From bdf09575efb25462b7312eafaabc0641a3faac9b Mon Sep 17 00:00:00 2001 From: "mrkeshav.05" Date: Mon, 6 Oct 2025 02:18:37 +0530 Subject: [PATCH] fix: improve Sort By dropdown styling consistency - Remove blue outline and inconsistent hover backgrounds - Add proper focus/active states styles to match the design system - Improve light/dark mode theme integration - Fix trigger background blending issues Fixes #1372 --- frontend/src/components/SortBy.tsx | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/SortBy.tsx b/frontend/src/components/SortBy.tsx index 46f7102f0d..e2615cac44 100644 --- a/frontend/src/components/SortBy.tsx +++ b/frontend/src/components/SortBy.tsx @@ -15,17 +15,21 @@ const SortBy = ({ return (
{/* Sort Attribute Dropdown */} -
+