diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index 5188f53e..b958b44f 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -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; \ No newline at end of file +export default ThemeModeProvider;