From 3c7333b24ee7e6d1b267224f8af8de5b1dd1f7de Mon Sep 17 00:00:00 2001 From: shay7sev Date: Tue, 10 Mar 2026 10:51:32 +0800 Subject: [PATCH] fix(theme): default light --- app/layout.tsx | 6 +++--- components/layout/AppLayout.tsx | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index a37d479..230ae6c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,6 +7,7 @@ import "mantine-datatable/styles.css" import Script from "next/script" import { InfoCheck } from "@/app/store/InfoCheck" +import { OptStore } from "@/components/label/OptStore" import { ColorSchemeScript, MantineProvider, @@ -18,7 +19,6 @@ import { Notifications } from "@mantine/notifications" import { Suspense } from "react" import "./globals.css" import { theme } from "./theme" -import { OptStore } from "@/components/label/OptStore" const GLOBAL_NOTICE_Z_INDEX = 4000 @@ -46,7 +46,7 @@ export default function RootLayout({ return ( - +