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} onClose={handlers.close}
overlayProps={{ overlayProps={{
backgroundOpacity: 0.8, backgroundOpacity: 0.5,
blur: 4, blur: 1,
}} }}
radius="xl" radius="xl"
scrollAreaComponent={ScrollArea} scrollAreaComponent={ScrollArea}