From d1adf42a70c7db856bb022231a7f5cb739aaccbf Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Sun, 21 Dec 2025 17:17:48 +0530 Subject: [PATCH] feat: dark mode outlinedInfo style for MuiAlert --- src/context/theme-provider.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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: {