chore: theme default fix (#929)

This commit is contained in:
MaheshtheDev 2026-05-13 14:17:51 +00:00
parent 68a7781de7
commit 62ac31ecaa
3 changed files with 4 additions and 0 deletions

View file

@ -47,6 +47,7 @@ export default function RootLayout({
defaultTheme="dark"
enableSystem={false}
disableTransitionOnChange
forcedTheme="dark"
>
<AutumnProvider
backendUrl={

View file

@ -1,4 +1,5 @@
{
"root": false,
"extends": "//",
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json"
}

View file

@ -1,6 +1,8 @@
@import "tailwindcss";
@import "tw-animate-css";
@custom-variant dark (&:where(.dark, .dark *));
@source "../../apps/**/*.tsx";
@source "../../packages/**/*.tsx";