From 05a8e8fe852528b793328b6af80221cb418a9f03 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 16:57:18 +0530 Subject: [PATCH] fix: remove bg color for dark mode error outlined btns --- src/context/theme-provider.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index ef16069f..5188f53e 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -122,8 +122,6 @@ const darkTheme = createTheme({ }, }, outlined: { - // Dark mode outlined buttons - backgroundColor: '#1e1e1e', borderColor: '#ff00c3', color: '#ff00c3', "&:hover": {