feat: light mode outlinedInfo style for MuiAlert component

This commit is contained in:
Karishma Shukla
2025-12-21 17:15:35 +05:30
committed by GitHub
parent fda36a3f57
commit a84fcb4a66

View File

@@ -65,6 +65,13 @@ const lightTheme = createTheme({
color: "#ff00c3",
},
},
outlinedInfo: {
color: '#ff00c3',
borderColor: '#ff00c3',
"& .MuiAlert-icon": {
color: "#ff00c3",
},
},
},
},
MuiAlertTitle: {
@@ -280,4 +287,4 @@ const ThemeModeProvider = ({ children }: { children: React.ReactNode }) => {
);
};
export default ThemeModeProvider;
export default ThemeModeProvider;