Skip to content

Commit

Permalink
fix: 사파리를 위한 스타일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
asaei623 committed Sep 26, 2023
1 parent 962e9e2 commit 0940498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const Container = styled(Column)<{ height?: number; color: string }>`
border-radius: 16px;
border: 1.5px solid ${Palette.Main};
-webkit-border: 1.5px solid ${Palette.Main};
background: ${({ color }) => color};
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
`;
Expand Down

0 comments on commit 0940498

Please sign in to comment.