Minor latter fixes for theme & toast management

This commit is contained in:
Frikky
2023-08-17 03:32:13 +02:00
parent 99d1a96c63
commit b568814233
3 changed files with 4 additions and 4 deletions
+2 -3
View File
@@ -1,6 +1,7 @@
import React, { useEffect } from "react";
import theme from "../theme";
import theme from "../theme.jsx";
import { makeStyles } from "@mui/styles";
import { toast } from 'react-toastify';
import {
Tooltip,
@@ -17,8 +18,6 @@ import {
Save as SaveIcon,
} from "@mui/icons-material";
//import { useAlert
const useStyles = makeStyles({
notchedOutline: {
borderColor: "#f85a3e !important",