change dropdown items color

This commit is contained in:
vidvidvid
2021-10-18 09:15:26 +02:00
committed by Alec LaLonde
parent dd3e94aa18
commit 8bff3929af

View File

@@ -69,6 +69,7 @@ const selectStyles: Styles = {
option: (styles) => ({
...styles,
background: theme.colors.dark,
color: theme.colors.whiteAlpha[700],
':hover': {
backgroundColor: theme.colors.purpleTag,
color: theme.colors.white,