From fda36a3f574ce6b823d0258248eb389b8dfba774 Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Sun, 21 Dec 2025 17:14:44 +0530 Subject: [PATCH] fix: change AlertSnackbar variant from 'filled' to 'outlined' --- src/components/ui/AlertSnackbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/AlertSnackbar.tsx b/src/components/ui/AlertSnackbar.tsx index 3cf5c554..ad2f4d28 100644 --- a/src/components/ui/AlertSnackbar.tsx +++ b/src/components/ui/AlertSnackbar.tsx @@ -7,7 +7,7 @@ const Alert = React.forwardRef(function Alert( props, ref, ) { - return ; + return ; }); export interface AlertSnackbarProps {