diff --git a/src/components/Theming.tsx b/src/components/Theming.tsx index 0565a11..b8757ae 100644 --- a/src/components/Theming.tsx +++ b/src/components/Theming.tsx @@ -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: {