feat(toaster): adjust container style for improved toast positioning
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m30s

This commit is contained in:
2026-03-10 22:28:47 +01:00
parent 5fc64330e0
commit 14ed0c3689

View File

@@ -21,6 +21,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
<App /> <App />
<Toaster <Toaster
position="top-right" position="top-right"
containerStyle={{ top: 70 }}
toastOptions={{ toastOptions={{
duration: 4000, duration: 4000,
style: { style: {