From 959cd1f3f4d7f8cea8d90c7413249e5476bc3046 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 13 Dec 2024 15:02:00 +0100 Subject: [PATCH] Fix missing toast padding --- components/toast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/toast.js b/components/toast.js index e6b98545..3a1a28eb 100644 --- a/components/toast.js +++ b/components/toast.js @@ -118,7 +118,7 @@ export const ToastProvider = ({ children }) => { return ( - + {visibleToasts.map(toast => { const textStyle = toast.variant === 'warning' ? 'text-dark' : '' const onClose = () => {