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 e45bdcd commit 85469a5Copy full SHA for 85469a5
1 file changed
src/components/MenuItem.tsx
@@ -941,6 +941,7 @@ function MenuItem(
941
StyleUtils.getMenuItemIconStyle(isCompact),
942
disabled && !shouldUseDefaultCursorWhenDisabled && styles.cursorDisabled,
943
hasSubMenuItems && styles.opacitySemiTransparent,
944
+ hasSubMenuItems && styles.pl6,
945
]}
946
>
947
<Icon
0 commit comments