Skip to content

Commit

Permalink
Merge pull request #50075 from Nodebrute/emoji
Browse files Browse the repository at this point in the history
fix emoji styles
  • Loading branch information
dannymcclain authored Oct 8, 2024
2 parents bdc3a15 + b44c678 commit 36115be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/SearchTypeMenuNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function SearchTypeMenuNarrow({typeMenuItems, activeItemIndex, queryJSON, title,
/>
<Text
numberOfLines={1}
style={[styles.textStrong, styles.flexShrink1, styles.fontSizeLabel]}
style={[styles.textStrong, styles.flexShrink1, styles.label]}
>
{menuTitle}
</Text>
Expand Down

0 comments on commit 36115be

Please sign in to comment.