feat: light mode outlinedInfo style for MuiAlert component
This commit is contained in:
@@ -65,6 +65,13 @@ const lightTheme = createTheme({
|
|||||||
color: "#ff00c3",
|
color: "#ff00c3",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
outlinedInfo: {
|
||||||
|
color: '#ff00c3',
|
||||||
|
borderColor: '#ff00c3',
|
||||||
|
"& .MuiAlert-icon": {
|
||||||
|
color: "#ff00c3",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiAlertTitle: {
|
MuiAlertTitle: {
|
||||||
@@ -280,4 +287,4 @@ const ThemeModeProvider = ({ children }: { children: React.ReactNode }) => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ThemeModeProvider;
|
export default ThemeModeProvider;
|
||||||
|
|||||||
Reference in New Issue
Block a user