Skip to content

Commit

Permalink
fix(Theme): modify shadow token in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinchen committed Apr 20, 2024
1 parent 420d450 commit d3e5dd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/Theme/preset/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export const palette: RawUIThemePalette = {

export const tokens: RawUIThemeTokens = {
shadow: {
sm: '0 0 0 1px #333',
md: '0 0 0 1px #333',
lg: '0 0 0 1px #333',
sm: 'none',
md: 'none',
lg: 'none',
},
};

Expand Down

0 comments on commit d3e5dd5

Please sign in to comment.