Skip to content

Commit

Permalink
style: 드롭다운 아이템 커서 포인터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HoberMin committed Jul 23, 2024
1 parent 5d4a6a3 commit de3425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoreMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const MoreItem = ({
children,
}: PropsWithChildren<MoreMenuItemProps>) => {
return (
<DropdownMenu.Item onSelect={onSelect}>
<DropdownMenu.Item onSelect={onSelect} className='cursor-pointer'>
{children || label}
</DropdownMenu.Item>
);
Expand Down

0 comments on commit de3425a

Please sign in to comment.