Skip to content

Commit

Permalink
fix: MenuItem fontsize 16px로 수정, divider 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Aug 15, 2024
1 parent c816904 commit 08b8a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Item = ({

return (
<li
className="block cursor-pointer list-none truncate whitespace-nowrap rounded-[0.5rem] px-[1rem] py-[0.7rem] font-body2-regular hover:bg-black-100"
className="flex cursor-pointer list-none flex-col truncate whitespace-nowrap rounded-[0.5rem] px-[1rem] pt-[1rem] font-body1-regular after:mt-[1rem] after:block after:h-[0.1rem] after:w-full after:bg-black-300 last:after:w-0 hover:bg-black-100"
onClick={handleItemClick}
>
{children}
Expand Down

0 comments on commit 08b8a7b

Please sign in to comment.