Skip to content

Commit

Permalink
darken background for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 24, 2024
1 parent e3d796f commit f37c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/common/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit f37c7e4

Please sign in to comment.