Skip to content

Commit

Permalink
design: 공연 상세 이미지에 round 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Dec 18, 2024
1 parent c430c21 commit 5db945b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/gig/components/detailImage/DetailImage.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const ImageWrapper = styled.div<{ $showAllImages: boolean; $toggleAvailab
export const Image = styled.img`
width: 100%;
height: auto;
border-radius: 0.6rem;
`;

export const ShowMoreButton = styled.button`
Expand Down

0 comments on commit 5db945b

Please sign in to comment.