Skip to content

Commit

Permalink
style: 캐러셀 cursor pointer 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
presentKey committed Nov 21, 2023
1 parent f97e394 commit 88c3c25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/features/animes/components/AnimeMainCarousel/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const AnimeMainCarouselContainer = styled.div<{ image: string }>`
width: 100%;
height: 545px;
overflow: hidden;
cursor: pointer;
${({ theme }) => theme.mq("md")} {
& .slick-prev,
Expand Down
2 changes: 2 additions & 0 deletions src/features/animes/components/AnimeRanking/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const HighlightItemContainer = styled.div`
padding-bottom: 46%;
margin: 0 auto;
margin-bottom: 4px;
cursor: pointer;
`;

export const HighlightItem = styled.div<ItemProps>`
Expand Down Expand Up @@ -144,6 +145,7 @@ export const SliderItem = styled.div`
flex-direction: column;
gap: 8px;
flex-shrink: 0;
cursor: pointer;
& > div:last-of-type {
${({ theme }) => theme.typo["body-3-r"]}
Expand Down

0 comments on commit 88c3c25

Please sign in to comment.