diff --git a/src/App.tsx b/src/App.tsx index 9c207d2c..64ffe1b7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,7 +25,7 @@ const theme = createTheme({ styleOverrides: { root: { '&:hover': { - color: "#ff00c3", + color: "#ff00c3", }, }, }, @@ -45,11 +45,11 @@ const theme = createTheme({ function App() { return ( - - - } /> - - + + + } /> + + ); }