mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
theming toast close button
This commit is contained in:
parent
ebf48311ab
commit
0da13b2308
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user