Skip to content

Commit 85469a5

Browse files
committed
add padding
1 parent e45bdcd commit 85469a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/MenuItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ function MenuItem(
941941
StyleUtils.getMenuItemIconStyle(isCompact),
942942
disabled && !shouldUseDefaultCursorWhenDisabled && styles.cursorDisabled,
943943
hasSubMenuItems && styles.opacitySemiTransparent,
944+
hasSubMenuItems && styles.pl6,
944945
]}
945946
>
946947
<Icon

0 commit comments

Comments
 (0)