diff --git a/src/App.tsx b/src/App.tsx index ab2cfd9c..6409955d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -63,12 +63,25 @@ const theme = createTheme({ standardInfo: { backgroundColor: "#fce1f4", color: "#ff00c3", + '& .MuiAlert-icon': { + color: "#ff00c3", + }, + }, + }, + }, + MuiAlertTitle: { + styleOverrides: { + root: { + '& .MuiAlert-icon': { + color: "#ffffff", + }, }, }, }, }, }); + function App() { return (