Skip to content

Commit

Permalink
Merge pull request #42178 from s77rt/menuitem-flex-fix
Browse files Browse the repository at this point in the history
Fix MenuItem flex style
  • Loading branch information
Beamanator authored May 15, 2024
2 parents 40c8ebb + e78045f commit 34bccb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ function MenuItem(
onFocus={onFocus}
>
{({pressed}) => (
<View style={[styles.flexColumn, styles.flex1]}>
<View style={[styles.flexRow, styles.flex1]}>
<View style={[styles.flex1]}>
<View style={[styles.flexRow]}>
<View style={[styles.flexColumn, styles.flex1]}>
{!!label && isLabelHoverable && (
<View style={[icon ? styles.mb2 : null, labelStyle]}>
Expand Down

0 comments on commit 34bccb6

Please sign in to comment.