Skip to content

Commit

Permalink
fix(CurationItem): 선택자 잘못 단 곳 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Nov 17, 2024
1 parent 4db570c commit 7c33d93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/pages/Categories/components/CurationItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ const Wrapper = styled.li`
min-height: 54px;
gap: 8px;
cursor: pointer;
&:not(:last-child) {
border-bottom: 1px solid var(--color-gray-lt);
}
`;

const Title = styled.span`
Expand Down
4 changes: 0 additions & 4 deletions src/pages/Categories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,4 @@ const CurationWrapper = styled.ul`
height: auto;
width: 100%;
margin-bottom: 54px;
&:not(:last-child) {
border-bottom: 0.5px solid var(--color-gray-lt);
}
`;

0 comments on commit 7c33d93

Please sign in to comment.