theming toast close button

This commit is contained in:
Anton Tranelis 2025-03-19 16:11:10 +00:00
parent ebf48311ab
commit 0da13b2308

View File

@ -67,6 +67,11 @@ export const Wrappers = ({ children }) => {
draggable
pauseOnHover
theme='light'
closeButton={
<button className='tw-btn tw-btn-sm tw-btn-circle tw-btn-ghost tw-absolute tw-right-2 tw-top-2 focus:tw-outline-none'>
</button>
}
/>
{children}
</QuestsProvider>