Skip to content

Commit

Permalink
reduce opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Sep 4, 2024
1 parent e1ee6ef commit 1540f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/common/Modal2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const Modal = ({
defaultOpen={true}
onOpenChange={isOpen => !isOpen && handleOnClose?.()}
style={{
backgroundColor: 'rgba(0, 0, 0, 0.5)',
backgroundColor: 'rgba(0, 0, 0, 0.2)',
position: 'fixed',
inset: 0,
zIndex: 3000,
Expand Down

0 comments on commit 1540f8d

Please sign in to comment.