Adjust modal style
- Decrease opacity - Remove overlay blur
This commit is contained in:
parent
74b513f31a
commit
bc15bee747
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ export const App = () => {
|
||||||
centered: true,
|
centered: true,
|
||||||
exitTransitionDuration: 300,
|
exitTransitionDuration: 300,
|
||||||
overflow: 'inside',
|
overflow: 'inside',
|
||||||
overlayBlur: 5,
|
overlayBlur: 0,
|
||||||
overlayOpacity: 0.5,
|
overlayOpacity: 0.8,
|
||||||
transition: 'slide-down',
|
transition: 'slide-down',
|
||||||
transitionDuration: 300,
|
transitionDuration: 300,
|
||||||
}}
|
}}
|
||||||
|
|
Reference in a new issue