diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index 1dcdda88..cb8c365f 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -193,10 +193,10 @@ const darkTheme = createTheme({ }, }, outlinedInfo: { - color: '#ff00c3', - borderColor: '#ff00c3', + color: '#ffffff', + borderColor: '#ffffff', "& .MuiAlert-icon": { - color: "#ff00c3", + color: "#ffffff", }, }, },