fix: add default exit transition to modals
This commit is contained in:
parent
56ee494c7d
commit
6528ec4056
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ export default function ZiplineTheming({ Component, pageProps, ...props }) {
|
||||||
centered: true,
|
centered: true,
|
||||||
overlayBlur: 3,
|
overlayBlur: 3,
|
||||||
overlayColor: theme.colorScheme === 'dark' ? theme.colors.dark[6] : 'white',
|
overlayColor: theme.colorScheme === 'dark' ? theme.colors.dark[6] : 'white',
|
||||||
|
exitTransitionDuration: 100,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Popover: {
|
Popover: {
|
||||||
|
|
Loading…
Reference in a new issue