fix: add default exit transition to modals

This commit is contained in:
diced 2022-12-14 22:46:41 -08:00
parent 56ee494c7d
commit 6528ec4056
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -95,6 +95,7 @@ export default function ZiplineTheming({ Component, pageProps, ...props }) {
centered: true,
overlayBlur: 3,
overlayColor: theme.colorScheme === 'dark' ? theme.colors.dark[6] : 'white',
exitTransitionDuration: 100,
},
},
Popover: {