Fixed mui core finally

This commit is contained in:
Frikky
2023-07-12 02:09:12 +02:00
parent 5b72c8d517
commit 65574a1601
66 changed files with 111 additions and 827 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import React from "react";
import { createMuiTheme } from "@material-ui/core/styles";
import { createTheme } from "@mui/material/styles";
const theme = createMuiTheme({
const theme = createTheme({
palette: {
primary: {
main: "#F86743",