Skip to content

Commit

Permalink
fix(overlay): improves the overlay contrast
Browse files Browse the repository at this point in the history
The overlay color has been darkened to give more contrast tot he dialogs that use it

fix #210
  • Loading branch information
stuarthendren committed Aug 23, 2021
1 parent e632b39 commit 3f38f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Overlay/Overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const fadeOut = keyframes({
})

export const overlayStyles: CSS = {
backgroundColor: '$transparency3',
backgroundColor: '$transparency7',
}

export const overlayAnimationStyles: CSS = {
Expand Down

0 comments on commit 3f38f57

Please sign in to comment.