fix: StyledMenuItemBase remove spacing when no icon (#9573)
This commit is contained in:
@ -71,7 +71,7 @@ export const MenuItemLeftContent = ({
|
||||
{LeftIcon && (
|
||||
<LeftIcon size={theme.icon.size.md} stroke={theme.icon.stroke.sm} />
|
||||
)}
|
||||
<StyledMenuItemLabel hasLeftIcon={!!LeftIcon}>
|
||||
<StyledMenuItemLabel>
|
||||
{isString(text) ? (
|
||||
<StyledMainText>
|
||||
<OverflowingTextWithTooltip text={text} />
|
||||
|
||||
Reference in New Issue
Block a user