mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +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}
|
onClose={handlers.close}
|
||||||
overlayProps={{
|
overlayProps={{
|
||||||
backgroundOpacity: 0.8,
|
backgroundOpacity: 0.5,
|
||||||
blur: 4,
|
blur: 1,
|
||||||
}}
|
}}
|
||||||
radius="xl"
|
radius="xl"
|
||||||
scrollAreaComponent={ScrollArea}
|
scrollAreaComponent={ScrollArea}
|
||||||
|
|||||||
Reference in New Issue
Block a user