Skip to content

Commit

Permalink
remove primary 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 a3f4f1c commit d5e8e2b
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 @@ -22,9 +22,6 @@ export default function Button({ palette, customShadows }: Theme): CustomCompone
backgroundColor: palette.grey[400]
}
},
containedPrimary: {
boxShadow: customShadows.primary
},
outlinedInherit: {
border: `1px solid ${palette.grey[500_32]}`,
'&:hover': {
Expand Down

0 comments on commit d5e8e2b

Please sign in to comment.