From 6592ab6188dc94fc34abfa26c2ca189b40a14f92 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 10 Sep 2024 19:45:16 +0530 Subject: [PATCH] Unused --- web/apps/photos/src/components/SearchBar.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/apps/photos/src/components/SearchBar.tsx b/web/apps/photos/src/components/SearchBar.tsx index e722465b0c..a81472c4be 100644 --- a/web/apps/photos/src/components/SearchBar.tsx +++ b/web/apps/photos/src/components/SearchBar.tsx @@ -335,11 +335,6 @@ const SelectStyles: StylesConfig = { 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)",