From a3c21232349b10145fcb62775cd24d59e5803ec9 Mon Sep 17 00:00:00 2001 From: lissavxo Date: Mon, 16 Jun 2025 18:38:34 -0300 Subject: [PATCH] feat: increase toast margin bottom --- react/lib/components/Widget/WidgetContainer.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/react/lib/components/Widget/WidgetContainer.tsx b/react/lib/components/Widget/WidgetContainer.tsx index 8f82fff8..196aa037 100644 --- a/react/lib/components/Widget/WidgetContainer.tsx +++ b/react/lib/components/Widget/WidgetContainer.tsx @@ -53,6 +53,9 @@ export interface WidgetContainerProps const snackbarOptionsSuccess: OptionsObject = { variant: 'success', + style:{ + marginBottom: '60px', + }, autoHideDuration: 8000, anchorOrigin: { vertical: 'bottom',