mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
feat: add dark theme
This commit is contained in:
parent
1588039542
commit
3e72866a08
22 changed files with 314 additions and 162 deletions
|
@ -1,5 +1,6 @@
|
|||
import "./globals.css";
|
||||
import { App } from "./App";
|
||||
import { ThemeModeScript } from "flowbite-react";
|
||||
|
||||
export const metadata = {
|
||||
title: {
|
||||
|
@ -11,7 +12,10 @@ export const metadata = {
|
|||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<head>
|
||||
<ThemeModeScript />
|
||||
</head>
|
||||
<App>{children}</App>
|
||||
</html>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue