Skip to content

Commit

Permalink
remove secondary shadow from button
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-c committed Dec 13, 2024
1 parent 6135bea commit a3f4f1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/themes/common/overrides/Button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export default function Button({ palette, customShadows }: Theme): CustomCompone
containedPrimary: {
boxShadow: customShadows.primary
},
containedSecondary: {
boxShadow: customShadows.secondary
},
outlinedInherit: {
border: `1px solid ${palette.grey[500_32]}`,
'&:hover': {
Expand Down

0 comments on commit a3f4f1c

Please sign in to comment.