Skip to content

Commit a8c7bcb

Browse files
authored
Fixed notifications (#26)
1 parent 6358eb0 commit a8c7bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/src/contexts/Theme/ThemeProvider.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { theme } from "../../config/theme";
44
import { ThemeProviderProps } from "./ThemeProvider.types";
55

66
import "@mantine/core/styles.css";
7+
import "@mantine/notifications/styles.css";
78

89
export function ThemeProvider(props: ThemeProviderProps) {
910
return (

0 commit comments

Comments
 (0)