fix using theme in getSelectStyles

This commit is contained in:
ronronscelestes 2022-06-21 09:08:49 +02:00
parent 14717d5fd0
commit 55de6ad9f8

View File

@ -83,7 +83,7 @@ const getSelectStyles = (theme, error) => {
...base,
lineHeight: theme.spaces[5],
backgroundColor,
borderRadius: 4,
borderRadius: theme.borderRadius,
'&:active': {
backgroundColor: theme.colors.primary100,
},