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]) => ( -