Skip to content

Commit

Permalink
fix: Heart 컴포넌트 찌그러지는 현상 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed May 16, 2024
1 parent ceb06c9 commit 948cf82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/display/Heart.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ interface IHeart {
likeable: boolean;
}
export const HeartWrapper = styled.div<IHeart>`
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 50%;
Expand Down

0 comments on commit 948cf82

Please sign in to comment.