diff --git a/src/App.tsx b/src/App.tsx index 6409955d..c37de9ea 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -45,9 +45,9 @@ const theme = createTheme({ MuiIconButton: { styleOverrides: { root: { - '&:hover': { - color: "#ff66d9", - }, + // '&:hover': { + // color: "#ff66d9", + // }, }, }, },