Skip to content

Commit

Permalink
fix(theme): unset button's inner shadow (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice authored May 17, 2024
1 parent c5f734b commit 285bff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const baseTheme = {
toggleDisableBackgroundColor: 'rgba(119, 117, 125, 1)',
toggleCircleShadow:
'0px 1px 2px 0px rgba(0, 0, 0, 0.25), inset -2px -3px 2px 0px rgba(0, 0, 0, 0.05)',
buttonInnerShadow: '0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset',
buttonInnerShadow: 'unset',
multiCursorsShadow: '0px 2px 4px 0px rgba(0, 0, 0, 0.28)',
multiPlayersShadow: '0px 1px 6px 0px rgba(0, 0, 0, 0.16)',

Expand Down

0 comments on commit 285bff3

Please sign in to comment.