ReactSelect: Backport changes from #13291

This commit is contained in:
Gustav Hansen 2022-05-13 13:55:52 +02:00
parent 8c67542537
commit cab31a101f

View File

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