mirror of
https://github.com/strapi/strapi.git
synced 2025-12-13 07:55:33 +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] }),
|
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 => {
|
menu: base => {
|
||||||
return {
|
return {
|
||||||
...base,
|
...base,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user