Merge pull request #13291 from tahaziauci/strapi/fix/select-input-color

fix: issue #13149 input color
This commit is contained in:
Gustav Hansen 2022-05-13 13:52:41 +02:00 committed by GitHub
commit cd2e0008eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,