Skip to content

Commit

Permalink
Fix to reset MenuItem min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Qs-F committed Mar 27, 2024
1 parent 52958d7 commit e1764ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/for-ui/src/menu/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const MenuItem = forwardRef<HTMLLIElement, MenuItemProps>(
disabled={disabled}
classes={{
root: fsx([
`bg-shade-white-default text-r hover:bg-shade-white-hover focus-visible:bg-shade-white-active [&.Mui-focused]:bg-shade-white-active flex flex-row items-start gap-2 whitespace-nowrap px-4 py-1 font-sans`,
`bg-shade-white-default text-r hover:bg-shade-white-hover focus-visible:bg-shade-white-active [&.Mui-focused]:bg-shade-white-active flex min-h-[unset] flex-row items-start gap-2 whitespace-nowrap px-4 py-1 font-sans`,
icon && `pl-2`,
selected && `pr-2`,
{
Expand Down

0 comments on commit e1764ba

Please sign in to comment.