mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 14:14:10 +00:00
fix using theme in getSelectStyles
This commit is contained in:
parent
14717d5fd0
commit
55de6ad9f8
@ -83,7 +83,7 @@ const getSelectStyles = (theme, error) => {
|
||||
...base,
|
||||
lineHeight: theme.spaces[5],
|
||||
backgroundColor,
|
||||
borderRadius: 4,
|
||||
borderRadius: theme.borderRadius,
|
||||
'&:active': {
|
||||
backgroundColor: theme.colors.primary100,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user