mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
make modal overlay consistent
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user