Skip to content

Commit

Permalink
Merge pull request #49231 from Expensify/cmartins-fixTextColor
Browse files Browse the repository at this point in the history
[CP Staging] Fix tooltip text color
  • Loading branch information
srikarparsi authored Sep 16, 2024
2 parents 4a9725c + b898ee6 commit 4197159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/SearchTypeMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function SearchTypeMenu({queryJSON}: SearchTypeMenuProps) {
height={16}
fill={styles.colorGreenSuccess.color}
/>
<Text style={[styles.ml1, styles.textLabel]}>{translate('search.saveSearchTooltipText')}</Text>
<Text style={[styles.ml1, styles.quickActionTooltipSubtitle]}>{translate('search.saveSearchTooltipText')}</Text>
</View>
);
},
Expand Down

0 comments on commit 4197159

Please sign in to comment.