Skip to content

Commit

Permalink
fix emoji styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodebrute committed Oct 2, 2024
1 parent d08bb58 commit b44c678
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 @@ -170,7 +170,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 b44c678

Please sign in to comment.