Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreroltd committed Nov 6, 2023
1 parent 2e20668 commit 967c38f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/libs/react-ui/src/styles/vars.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ export const vars = createGlobalTheme(':root', {
},
shadows: {
// TODO: Update to match design system
$1: `0px 1px 0 0 ${colorPalette.$gray30}`,
$2: `0px 1px 0 0 ${colorPalette.$gray60}`,
$1: `0px 1px 2px 0 $colors$gray40`,
},
sizes: {
// eslint-disable-next-line @typescript-eslint/naming-convention
Expand Down

0 comments on commit 967c38f

Please sign in to comment.