diff --git a/src/App.tsx b/src/App.tsx index 5a58323b..ab2cfd9c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -58,10 +58,17 @@ const theme = createTheme({ }, }, }, + MuiAlert: { + styleOverrides: { + standardInfo: { + backgroundColor: "#fce1f4", + color: "#ff00c3", + }, + }, + }, }, }); - function App() { return (