mirror of
https://github.com/strapi/strapi.git
synced 2025-12-12 15:32:42 +00:00
ReactSelect: Backport changes from #13291
This commit is contained in:
parent
8c67542537
commit
cab31a101f
@ -42,7 +42,7 @@ const getSelectStyles = theme => {
|
||||
};
|
||||
},
|
||||
indicatorContainer: base => ({ ...base, padding: 0, paddingRight: theme.spaces[3] }),
|
||||
input: base => ({ ...base, margin: 0, padding: 0 }),
|
||||
input: base => ({ ...base, margin: 0, padding: 0, color: theme.colors.neutral800 }),
|
||||
menu: base => {
|
||||
return {
|
||||
...base,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user