Skip to content

Commit

Permalink
darken search text color in light mode (197)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Jan 29, 2024
1 parent dbcb7fe commit 5b52d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ const styles = (theme: ThemeColors) =>
},

searchInputStyle: {
color: colors.productDark800,
color: theme.textSupporting,
fontSize: 13,
lineHeight: 16,
},
Expand Down

0 comments on commit 5b52d5b

Please sign in to comment.