From 0da13b230872e9249e940946e076b790289c881b Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 19 Mar 2025 16:11:10 +0000 Subject: [PATCH] theming toast close button --- src/Components/AppShell/ContextWrapper.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Components/AppShell/ContextWrapper.tsx b/src/Components/AppShell/ContextWrapper.tsx index 67620cdf..59cbdc49 100644 --- a/src/Components/AppShell/ContextWrapper.tsx +++ b/src/Components/AppShell/ContextWrapper.tsx @@ -67,6 +67,11 @@ export const Wrappers = ({ children }) => { draggable pauseOnHover theme='light' + closeButton={ + + } /> {children}