toast styling

This commit is contained in:
Proddy
2023-03-11 11:09:14 +01:00
parent c677fed916
commit 13211249c9

View File

@@ -31,12 +31,13 @@ const App: FC = () => {
autoClose={2000}
hideProgressBar={false}
newestOnTop={false}
closeOnClick={false}
closeOnClick={true}
rtl={false}
pauseOnFocusLoss={false}
draggable={false}
pauseOnHover={false}
transition={Slide}
closeButton={false}
theme="light"
/>
</CustomTheme>