diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index 1bff81f7..ef16069f 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -181,7 +181,7 @@ const darkTheme = createTheme({ MuiAlert: { styleOverrides: { standardInfo: { - // backgroundColor: "rgba(255, 0, 195, 0.15)", + backgroundColor: "rgba(255, 0, 195, 0.15)", color: "#ff66d9", "& .MuiAlert-icon": { color: "#ff66d9",