Skip to content

Commit

Permalink
[RN-95] Android에서 Carousel 모서리를 둥글게 변경 (#532)
Browse files Browse the repository at this point in the history
# Key Changes

- Android 환경에서 Carousel 모서리가 둥글게 나타나지 않는 현상을 수정했습니다.

# Closes Issue

close #531
  • Loading branch information
eunbae0 authored Jun 9, 2024
1 parent 7b35da0 commit ee0196b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/molecules/common/carousel/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const S = {
`,
CarouselImage: styled.Image`
object-fit: fill;
border-radius: 20px;
`,
CarouselOrderMarker: styled.View`
display: flex;
Expand Down

0 comments on commit ee0196b

Please sign in to comment.