make modal overlay consistent

This commit is contained in:
jeffvli
2025-12-01 17:52:23 -08:00
parent 94b9a3a4dc
commit 7db0b59895
+2 -2
View File
@@ -45,8 +45,8 @@ export const Modal = ({ children, classNames, handlers, ...rest }: ModalProps) =
}}
onClose={handlers.close}
overlayProps={{
backgroundOpacity: 0.8,
blur: 4,
backgroundOpacity: 0.5,
blur: 1,
}}
radius="xl"
scrollAreaComponent={ScrollArea}