Skip to content

Commit

Permalink
Make it 80% transparent based on Isa's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Looijenga authored and sanderlooijenga committed Mar 7, 2024
1 parent 84f3e19 commit 9b49e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export const containerStyle = style([
alignItems: 'center',
justifyContent: 'center',
}),
{ backgroundColor: 'rgba(0, 0, 0, 0.5)', zIndex: token('zIndex.overlay') },
{ backgroundColor: 'rgba(0, 0, 0, 0.8)', zIndex: token('zIndex.overlay') },
]);

0 comments on commit 9b49e70

Please sign in to comment.