This commit is contained in:
Manav Rathi
2024-09-10 19:45:16 +05:30
parent 6dc552f015
commit 6592ab6188

View File

@@ -335,11 +335,6 @@ const SelectStyles: StylesConfig<SearchOption, false> = {
dropdownIndicator: (style) => ({ ...style, display: "none" }),
indicatorSeparator: (style) => ({ ...style, display: "none" }),
clearIndicator: (style) => ({ ...style, display: "none" }),
singleValue: (style) => ({
...style,
backgroundColor: "transparent",
color: "#d1d1d1",
}),
placeholder: (style) => ({
...style,
color: "rgba(255, 255, 255, 0.7)",