From a0355eb38b5ad30b7c1cddc56600c47178cdda4b Mon Sep 17 00:00:00 2001 From: nflnkr Date: Mon, 23 Oct 2023 18:38:58 +0300 Subject: [PATCH] fix notifications font --- src/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 5836465a..21e6785b 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,7 +5,7 @@ import { HTML5Backend } from "react-dnd-html5-backend"; import "./index.css"; import { BrowserRouter, Route, Routes } from "react-router-dom"; import lightTheme from "./utils/themes/light"; -import { ThemeProvider } from "@mui/material"; +import { CssBaseline, ThemeProvider } from "@mui/material"; import StartPage from "./pages/startPage/StartPage"; import Main from "./pages/main"; import QuestionsPage from "./pages/Questions/QuestionsPage"; @@ -50,6 +50,7 @@ root.render( +