We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5190be commit 15b9d9fCopy full SHA for 15b9d9f
packages/ui-react/src/components/menu/menu.tsx
@@ -168,8 +168,7 @@ const Item = ({
168
>
169
{icon && <span className="flex items-center justify-center">{icon}</span>}
170
171
- {/* This 2px padding is there to fix some issues with the font not being correctly centered. */}
172
- <span className="col-start-2 pt-[2px]">{children}</span>
+ <span className="col-start-2">{children}</span>
173
174
<ChevronRightIcon className="size-4 hidden group-aria-[haspopup]/item:block" />
175
</MenuPrimitive.Item>
0 commit comments