From 657ffec62e47aa3067dd914a583d0edac9700971 Mon Sep 17 00:00:00 2001 From: kachbit Date: Mon, 27 Nov 2023 21:42:07 -0800 Subject: [PATCH] Add 'toggle dark mode' option to settings dialog --- frontend/src/components/SettingsDialog.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/SettingsDialog.tsx b/frontend/src/components/SettingsDialog.tsx index 397ce02..f101f83 100644 --- a/frontend/src/components/SettingsDialog.tsx +++ b/frontend/src/components/SettingsDialog.tsx @@ -104,7 +104,21 @@ function SettingsDialog({ settings, setSettings }: Props) { })) } /> - + +
+ +