diff --git a/src/theme/colors.ts b/src/theme/colors.ts index f79d100e..cd7d9d4f 100644 --- a/src/theme/colors.ts +++ b/src/theme/colors.ts @@ -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, diff --git a/src/theme/components/card.ts b/src/theme/components/card.ts index 09a22f75..8a36df12 100644 --- a/src/theme/components/card.ts +++ b/src/theme/components/card.ts @@ -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)': {