Skip to content

Commit

Permalink
Update card shadow token
Browse files Browse the repository at this point in the history
  • Loading branch information
Youakeem committed Sep 16, 2024
1 parent 955eadc commit 8545e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const theme = {
space,
transitions,
shadow: {
card: `0px 2px 2px -1px rgba(18, 18, 18, 0.10), 0px 4px 10px -2px rgba(18, 18, 18, 0.05)`,
card: `0px 2px 2px -1px ${colors.borderTranslucent2}, 0px 4px 10px -2px ${colors.translucent1}`,
default: '0 1px 2px 0 rgb(0 0 0 / 15%)',
focus: `0 0 0 2px ${colors.textPrimary}`,
focusAlt: `0 0 0 2px ${colors.signalBlueElement}`,
Expand Down

0 comments on commit 8545e7e

Please sign in to comment.