Move toast notifications to bottom-center
This commit is contained in:
parent
bd13fb63ae
commit
21bf995335
1 changed files with 2 additions and 2 deletions
|
@ -79,12 +79,12 @@ export const App = () => {
|
|||
>
|
||||
<NotificationsProvider
|
||||
autoClose={1500}
|
||||
position="bottom-right"
|
||||
position="bottom-center"
|
||||
style={{
|
||||
marginBottom: '85px',
|
||||
opacity: '.8',
|
||||
userSelect: 'none',
|
||||
width: '250px',
|
||||
width: '300px',
|
||||
}}
|
||||
transitionDuration={200}
|
||||
>
|
||||
|
|
Reference in a new issue