feat(toaster): adjust container style for improved toast positioning
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m30s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m30s
This commit is contained in:
@@ -21,6 +21,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<App />
|
||||
<Toaster
|
||||
position="top-right"
|
||||
containerStyle={{ top: 70 }}
|
||||
toastOptions={{
|
||||
duration: 4000,
|
||||
style: {
|
||||
|
||||
Reference in New Issue
Block a user