From 4bb0c35de4fc1cb1481b4c9855e87ca96e5330a4 Mon Sep 17 00:00:00 2001 From: admin <1297598740@qq.com> Date: Wed, 28 Jan 2026 12:40:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=20CategorySelector=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E7=9A=84=20CSS=20=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=8C=85=E6=8B=AC?= =?UTF-8?q?=E7=8E=BB=E7=92=83=E6=8B=9F=E6=80=81=E6=95=88=E6=9E=9C=E3=80=81?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95=E3=80=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=92=8C=E5=88=97=E8=A1=A8=E9=A1=B9=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E6=94=AF=E6=8C=81=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../category/CategorySelector/CategorySelector.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/category/CategorySelector/CategorySelector.css b/src/components/category/CategorySelector/CategorySelector.css index 50554da..2e12cff 100644 --- a/src/components/category/CategorySelector/CategorySelector.css +++ b/src/components/category/CategorySelector/CategorySelector.css @@ -312,7 +312,10 @@ /* Dark Mode Adjustments */ @media (prefers-color-scheme: dark) { .category-selector__dropdown { - background: rgba(30, 41, 59, 0.8); + background: #1e293b; + /* Make background solid in dark mode for better visibility */ + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); } .category-selector__trigger {