Skip to content

Commit

Permalink
Reduce gap between icon and text in menu list
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Oct 31, 2023
1 parent e6d5e85 commit 7c173c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const menuListItemStyles = cva<MenuListVariants>(
{
variants: {
size: {
md: 'px-4 py-3 gap-6',
md: 'px-4 py-3 gap-5',
sm: 'px-3 py-2 gap-4',
xs: 'px-2 py-1.5 gap-2',
},
Expand Down

0 comments on commit 7c173c9

Please sign in to comment.