diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index b958b44f..cf4e7bda 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -192,6 +192,13 @@ const darkTheme = createTheme({ color: "#ff66d9", }, }, + outlinedInfo: { + color: '#ff00c3', + borderColor: '#ff00c3', + "& .MuiAlert-icon": { + color: "#ff00c3", + }, + }, }, }, MuiAlertTitle: {