From c248631b07f33d8460b03a3949d0838199e55b9b Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 3 Apr 2024 17:41:12 +1100 Subject: [PATCH] move theme colour switch --- src/interface/pages/ThemeCreator.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/interface/pages/ThemeCreator.tsx b/src/interface/pages/ThemeCreator.tsx index adb8ac0f..a345f900 100644 --- a/src/interface/pages/ThemeCreator.tsx +++ b/src/interface/pages/ThemeCreator.tsx @@ -115,6 +115,16 @@ function ThemeCreator({ themeID }: { themeID?: string }) { className='w-full p-2 rounded-lg focus:outline-none ring-0 focus:ring-1 ring-zinc-100 dark:ring-zinc-700 dark:bg-zinc-900 dark:text-white' /> +
+
+
Custom Theme Colour
+
Allow users to change the theme colour
+
+ setTheme({ ...theme, CanChangeColour: value })} /> +
+ @@ -126,16 +136,6 @@ function ThemeCreator({ themeID }: { themeID?: string }) { value={theme.defaultColour} onChange={(color: string) => setTheme({ ...theme, defaultColour: color })} /> - -
-
-
Customisable
-
Allow users to change the theme colour
-
- setTheme({ ...theme, CanChangeColour: value })} /> -