From 9223c719cc04173b2a5123c879c3b2109e8c0025 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 1 Feb 2026 23:24:09 +0300 Subject: [PATCH] fix: improve dark mode styling and contrast - Set dark mode as default (class="dark" on html) - Update dark mode CSS variables for better contrast - Fix popover/select dropdown colors - Improve SelectItem hover and focus states --- index.html | 2 +- src/components/ui/select.tsx | 4 ++-- src/index.css | 30 +++++++++++++++--------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 0e1285c..9d97eb1 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/components/ui/select.tsx b/src/components/ui/select.tsx index 0fd3b9f..76f7229 100644 --- a/src/components/ui/select.tsx +++ b/src/components/ui/select.tsx @@ -73,7 +73,7 @@ const SelectContent = React.forwardRef<