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 = () => {