diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index cb8c365f..34059705 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -66,10 +66,10 @@ const lightTheme = createTheme({ }, }, outlinedInfo: { - color: '#ff00c3', - borderColor: '#ff00c3', + color: '#000000ff', + borderColor: '#000000ff', "& .MuiAlert-icon": { - color: "#ff00c3", + color: "#000000ff", }, }, },