feat: override alert info severity styles

This commit is contained in:
karishmas6
2024-10-24 06:52:14 +05:30
parent b865fb71e7
commit 1709c04a21

View File

@@ -58,10 +58,17 @@ const theme = createTheme({
},
},
},
MuiAlert: {
styleOverrides: {
standardInfo: {
backgroundColor: "#fce1f4",
color: "#ff00c3",
},
},
},
},
});
function App() {
return (
<ThemeProvider theme={theme}>