Optimization for AI Chat/ Fixed Themes not loading

This commit is contained in:
JCBSComputer
2026-06-30 15:54:16 +02:00
parent db487e4614
commit 1e4950009d
5 changed files with 213 additions and 98 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { type ThemeProviderProps } from "next-themes"
export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
return (
<NextThemesProvider
themes={["light", "dark", "system", "ocean", "forest", "sunset", "midnight"]}
themes={["light", "dark", "system", "ocean", "forest", "sunset", "midnight", "rose", "amber", "violet", "slate", "ruby"]}
{...props}
>
{children}