diff --git a/packages/desktop-client/src/components/common/Modal.tsx b/packages/desktop-client/src/components/common/Modal.tsx index 5176481ee0b..5a7b85e1aec 100644 --- a/packages/desktop-client/src/components/common/Modal.tsx +++ b/packages/desktop-client/src/components/common/Modal.tsx @@ -88,7 +88,7 @@ export const Modal = ({ // on mobile, we disable the blurred background for performance reasons ...(isNarrowWidth ? { - backgroundColor: 'rgba(0, 0, 0, 0.3)', + backgroundColor: 'rgba(0, 0, 0, 0.4)', } : { backdropFilter: 'blur(1px) brightness(0.9)',