Skip to content

Commit

Permalink
fix: add box-shadow to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-eren committed Aug 30, 2024
1 parent a101365 commit e0885f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Modal/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const StyledContent = styled.div`
background: ${({ theme }) => theme.bg2};
border: 1px solid ${({ theme }) => theme.border};
border-radius: 20px;
box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px 10px rgba(0, 0, 0, 0.15);
`

const TitleContainer = styled(Row)`
Expand Down

0 comments on commit e0885f7

Please sign in to comment.