Skip to content

Commit

Permalink
backgroundColor for the select option when not hoverd
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Dec 13, 2023
1 parent 31224db commit b90fc80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const selectorStyles = (
option: (provided, data) => ({
...provided,
color: getThemeColor(ThemeColors.primaryText),
backgroundColor: ThemeColors.primaryBackground,
"&:hover": {
backgroundColor: getThemeColor(ThemeColors.secondaryBackground),
},
Expand Down

0 comments on commit b90fc80

Please sign in to comment.