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
+1
View File
@@ -69,6 +69,7 @@
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.3",
"reaviz": "^14.9.4",
"remark-gfm": "^3.0.1",
"search-insights": "^2.2.1",
+1 -1
View File
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import ReactGA from 'react-ga4';
import theme from '../theme';
import theme from '../theme.jsx';
import {Link} from 'react-router-dom';
import { Search as SearchIcon, CloudQueue as CloudQueueIcon, Code as CodeIcon } from '@mui/icons-material';
import { toast } from 'react-toastify';
+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",