From 34f51884bbf7170101e5790ed0c24c6123ec033c Mon Sep 17 00:00:00 2001 From: NimBold Date: Sun, 14 Jun 2026 10:21:19 +0330 Subject: [PATCH] fix(ui): restore theme variants and selector layout --- apps/desktop/src/components/SettingsView.tsx | 28 ++- apps/desktop/src/index.css | 206 ++++++++++++++++--- 2 files changed, 192 insertions(+), 42 deletions(-) diff --git a/apps/desktop/src/components/SettingsView.tsx b/apps/desktop/src/components/SettingsView.tsx index f29dcb9..1746d2a 100644 --- a/apps/desktop/src/components/SettingsView.tsx +++ b/apps/desktop/src/components/SettingsView.tsx @@ -324,23 +324,31 @@ export default function SettingsView() {

App Theme

-
+
Theme -
+
{[ - ['system', 'System Default'], - ['light', 'Light'], - ['dark', 'Dark'], - ['dracula', 'Dracula'], - ['nord', 'Nord'], - ].map(([value, label]) => ( -