We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6358eb0 commit a8c7bcbCopy full SHA for a8c7bcb
src/src/contexts/Theme/ThemeProvider.tsx
@@ -4,6 +4,7 @@ import { theme } from "../../config/theme";
4
import { ThemeProviderProps } from "./ThemeProvider.types";
5
6
import "@mantine/core/styles.css";
7
+import "@mantine/notifications/styles.css";
8
9
export function ThemeProvider(props: ThemeProviderProps) {
10
return (
0 commit comments