mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Adjust modal style
- Decrease opacity - Remove overlay blur
This commit is contained in:
@@ -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 New Issue
Block a user