mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
chore: theme default fix (#929)
This commit is contained in:
parent
68a7781de7
commit
62ac31ecaa
3 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ export default function RootLayout({
|
|||
defaultTheme="dark"
|
||||
enableSystem={false}
|
||||
disableTransitionOnChange
|
||||
forcedTheme="dark"
|
||||
>
|
||||
<AutumnProvider
|
||||
backendUrl={
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"root": false,
|
||||
"extends": "//",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
@import "tailwindcss";
|
||||
@import "tw-animate-css";
|
||||
|
||||
@custom-variant dark (&:where(.dark, .dark *));
|
||||
|
||||
@source "../../apps/**/*.tsx";
|
||||
@source "../../packages/**/*.tsx";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue