Skip to content

Commit

Permalink
fix text color
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Sep 15, 2024
1 parent 0c618ac commit b898ee6
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 b898ee6

Please sign in to comment.