Skip to content

Commit

Permalink
card border dark
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed Oct 31, 2024
1 parent 949db51 commit 4fdfc6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export const colors = {
light: colorsBase.white.pure,
dark: colorsBase.blue.grayish,
},
border_dark: colorsBase.white.pure,
body_text: colorsBase.black,
subtitle: {
light: colorsBase.gray.normal,
Expand Down
2 changes: 2 additions & 0 deletions src/theme/components/card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export const Card = defineMultiStyleConfig({
w: { base: '80%', sm: 72 },
_dark: {
bgColor: 'pricing_card.bg.dark',
border: '0.1px solid',
borderColor: 'pricing_card.border_dark',
},

'& > div:nth-of-type(4)': {
Expand Down

0 comments on commit 4fdfc6e

Please sign in to comment.