From 7f2fe4a82390826fab26dbceb20395a459d06e91 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 04:35:05 +0100 Subject: [PATCH] Change option values for theme selection in App.tsx --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index fa331d6..62d8900 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1742,10 +1742,10 @@ export default function App() { className="settings-panel__select" value={theme} onChange={(event) => - setTheme(event.target.value as "default" | "light") + setTheme(event.target.value as "dark" | "light") } > - +