Pre-conf work 2025

This commit is contained in:
2025-09-02 08:25:41 -04:00
parent 550021a18e
commit 4acbec6288
75 changed files with 8047 additions and 5228 deletions

View File

@@ -32,7 +32,7 @@ export function ThemeProvider({
children,
defaultTheme = "system",
storageKey = "hristudio-theme",
attribute = "class",
attribute: _attribute = "class",
enableSystem = true,
disableTransitionOnChange = false,
...props

View File

@@ -12,7 +12,7 @@ import {
import { useTheme } from "./theme-provider";
export function ThemeToggle() {
const { setTheme, theme } = useTheme();
const { setTheme } = useTheme();
return (
<DropdownMenu>