Skip to content

Commit

Permalink
fix: missing card component dark mode box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanynwyeung committed Nov 20, 2024
1 parent 10b017a commit f9f22d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ui/src/theme/defaultDarkModeOverride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ const darkModeTokens = {
tertiary: '{colors.neutral.20}',
},

shadow: {
primary: { value: 'hsla(0, 0%, 0%, 0.75)' },
secondary: { value: 'hsla(0, 0%, 0%, 0.65)' },
tertiary: { value: 'hsla(0, 0%, 0%, 0.55)' },
},

overlay: {
5: 'hsla(0, 0%, 100%, 0.05)',
10: 'hsla(0, 0%, 100%, 0.1)',
Expand Down

0 comments on commit f9f22d1

Please sign in to comment.