mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
style: move toast to top center
This commit is contained in:
@@ -40,7 +40,7 @@ export default class App extends PureComponent {
|
||||
<>
|
||||
{localStorage.getItem('background') === 'true' && <Background />}
|
||||
<ToastContainer
|
||||
position="bottom-right"
|
||||
position="top-center"
|
||||
autoClose={localStorage.getItem('toastDisplayTime') || 2500}
|
||||
newestOnTop={true}
|
||||
closeOnClick
|
||||
|
||||
Reference in New Issue
Block a user