Skip to content

Commit

Permalink
fix(react): remove the default shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
savindi7 committed Nov 6, 2023
1 parent 213dec1 commit c88cbf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/theme/default-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export const generateDefaultThemeOptions = (baseTheme: Theme): RecursivePartial<
},
},
},
shadows: ['0px 2px 20px 0px #1d20281a', ...baseTheme.shadows],
shape: {
// TODO: Is `Lg` the default?
borderRadius: lightTokens.OxygenOxygenBorderRadiusLg,
Expand Down

0 comments on commit c88cbf8

Please sign in to comment.