Fix styling of the text

This commit is contained in:
Valtteri Karesto
2022-03-23 12:41:14 +02:00
parent 11f2cffc87
commit 50fa20c39a

View File

@@ -59,6 +59,12 @@ const Select = forwardRef<any, Props>((props, ref) => {
}`,
};
},
input: (provided) => {
return {
...provided,
color: "$text",
};
},
multiValue: (provided) => {
return {
...provided,