Skip to content

Commit

Permalink
Use style props shorthands
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 12, 2024
1 parent 4cd8598 commit dc231b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dapp/src/theme/Card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ const baseStyleContainer = defineStyle({
boxShadow: "none",
bg: "gold.200",
borderRadius: "xl",
padding: 5,
p: 5,
})

const baseStyleHeader = defineStyle({
padding: 0,
p: 0,
})

const baseStyleBody = defineStyle({
padding: 0,
p: 0,
})

const baseStyle = multiStyleConfig.definePartsStyle({
Expand Down

0 comments on commit dc231b8

Please sign in to comment.