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 })} /> -