From 0f909116b235594a27f0c98ced020e542663614c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 26 Dec 2025 20:04:31 +0530 Subject: [PATCH] feat: use black for outlinedInfo alerts light mode --- src/context/theme-provider.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, }, },