Skip to content

Commit de3425a

Browse files
committed
style: 드롭다운 아이템 커서 포인터 추가
1 parent 5d4a6a3 commit de3425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MoreMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const MoreItem = ({
3737
children,
3838
}: PropsWithChildren<MoreMenuItemProps>) => {
3939
return (
40-
<DropdownMenu.Item onSelect={onSelect}>
40+
<DropdownMenu.Item onSelect={onSelect} className='cursor-pointer'>
4141
{children || label}
4242
</DropdownMenu.Item>
4343
);

0 commit comments

Comments
 (0)