fix tailwind dark mode

This commit is contained in:
DefectingCat
2023-11-10 10:07:05 +08:00
parent e83fd2dff5
commit 4fec92ba77
5 changed files with 15 additions and 14 deletions

View File

@ -39,7 +39,7 @@ export default function RootLayout({
crossOrigin=""
/>
</head>
<body className="latte">
<body>
<RUAThemeProvider>
<div className="flex flex-col min-h-[100vh]">
<HeadBar />