diff --git a/apps/nextjs/src/app/[locale]/layout.tsx b/apps/nextjs/src/app/[locale]/layout.tsx index 379289f56..4a5d6c616 100644 --- a/apps/nextjs/src/app/[locale]/layout.tsx +++ b/apps/nextjs/src/app/[locale]/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata, Viewport } from "next"; import { Inter } from "next/font/google"; +import "@homarr/ui/styles.css"; import "@homarr/notifications/styles.css"; import "@homarr/spotlight/styles.css"; -import "@mantine/core/styles.css"; import { ColorSchemeScript, createTheme, MantineProvider } from "@mantine/core";