Skip to content

Commit

Permalink
feat: 드롭다운 부분만 손가락 커서
Browse files Browse the repository at this point in the history
  • Loading branch information
namdaeun committed Jan 13, 2024
1 parent 514ad52 commit 2046841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/main/components/FaqDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const DropdownLayout = styled.section`
padding: 2.4rem 2.8rem;
background-color: ${({ theme }) => theme.colors.white};
cursor: pointer;
border-radius: 8px;
`;

Expand Down

0 comments on commit 2046841

Please sign in to comment.