mirror of
https://github.com/strapi/strapi.git
synced 2025-11-05 12:24:35 +00:00
Merge pull request #13291 from tahaziauci/strapi/fix/select-input-color
fix: issue #13149 input color
This commit is contained in:
commit
cd2e0008eb
@ -43,7 +43,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