improve: dark theme
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ export default async function RootLayout({
|
||||
<html
|
||||
lang='fa'
|
||||
dir='rtl'
|
||||
className="h-svh overflow-hidden">
|
||||
className="h-svh overflow-hidden"
|
||||
data-theme="light" >
|
||||
<body
|
||||
|
||||
className={`antialiased bg-background h-svh overflow-hidden`}
|
||||
|
||||
Reference in New Issue
Block a user