Skip to content

Commit 36115be

Browse files
authored
Merge pull request #50075 from Nodebrute/emoji
fix emoji styles
2 parents bdc3a15 + b44c678 commit 36115be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Search/SearchTypeMenuNarrow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function SearchTypeMenuNarrow({typeMenuItems, activeItemIndex, queryJSON, title,
173173
/>
174174
<Text
175175
numberOfLines={1}
176-
style={[styles.textStrong, styles.flexShrink1, styles.fontSizeLabel]}
176+
style={[styles.textStrong, styles.flexShrink1, styles.label]}
177177
>
178178
{menuTitle}
179179
</Text>

0 commit comments

Comments
 (0)