diff --git a/app/layout.tsx b/app/layout.tsx index a9a899b..dc491d3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import '@mantine/core/styles.css'; import React from 'react'; import { MantineProvider, ColorSchemeScript } from '@mantine/core'; +import { theme } from '../theme'; export const metadata = { title: 'Mantine Next.js template', @@ -13,9 +14,13 @@ export default function RootLayout({ children }: { children: any }) {