Skip to content

Commit

Permalink
Merge pull request #48456 from software-mansion-labs/Guccio163/46030-…
Browse files Browse the repository at this point in the history
…shortFiltersBug

[BUG] Change MenuItem Text style from #48509, found in #46030
  • Loading branch information
luacmartins authored Sep 9, 2024
2 parents be4b0bc + 7b86ab0 commit 523b7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ function MenuItem(
const combinedTitleTextStyle = StyleUtils.combineStyles(
[
styles.flexShrink1,
styles.flex1,
styles.popoverMenuText,
// eslint-disable-next-line no-nested-ternary
shouldPutLeftPaddingWhenNoIcon || (icon && !Array.isArray(icon)) ? (avatarSize === CONST.AVATAR_SIZE.SMALL ? styles.ml2 : styles.ml3) : {},
Expand Down

0 comments on commit 523b7bf

Please sign in to comment.