Skip to content

Commit

Permalink
Removed unwanted box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonapara authored Nov 15, 2024
1 parent 9b28cbc commit 50840b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const StyledModalDiv = styled(motion.div)<{
}>`
display: flex;
flex-direction: column;
box-shadow: ${({ theme }) => theme.boxShadow.superHeavy};
box-shadow: ${({ theme, modalVariant }) =>
modalVariant === 'primary'
? theme.boxShadow.superHeavy
Expand Down

0 comments on commit 50840b1

Please sign in to comment.