Optimization for AI Chat/ Fixed Themes not loading
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user