Merge branch 'shadcn/apply-preset' of github.com:shadcn-ui/ui into shadcn/apply-preset

This commit is contained in:
shadcn
2026-04-07 15:27:56 +04:00

View File

@@ -54,7 +54,7 @@ Class-based toggle via `.dark` on the root element. In Next.js, use `next-themes
```tsx
import { ThemeProvider } from "next-themes"
;<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
{children}
</ThemeProvider>
```