diff --git a/src/shared/components/modal/modal.tsx b/src/shared/components/modal/modal.tsx index 7d2cab8e1..d9a1945ae 100644 --- a/src/shared/components/modal/modal.tsx +++ b/src/shared/components/modal/modal.tsx @@ -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}