Skip to content

Commit

Permalink
Merge pull request #53837 from abzokhattab/fix-search-query-line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Dec 10, 2024
2 parents bddea4d + 431f03f commit fd009af
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 @@ -187,7 +187,7 @@ function SearchTypeMenuNarrow({typeMenuItems, activeItemIndex, queryJSON, title,
/>
<Text
numberOfLines={1}
style={[styles.textStrong, styles.flexShrink1, styles.label]}
style={[styles.textStrong, styles.flexShrink1, styles.textLineHeightNormal, styles.fontSizeLabel]}
>
{menuTitle}
</Text>
Expand Down

0 comments on commit fd009af

Please sign in to comment.