Skip to content

Commit

Permalink
Overlay has darker background so it's easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Feb 26, 2024
1 parent 738af93 commit 400e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/ui/components/MobileVideoOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const useStyles = makeStyles({
container: {
display: 'inline-flex',
width: 'auto',
backgroundColor: 'rgba(0, 0, 0, .5)',
backgroundColor: 'rgba(0, 0, 0, .7)',
borderRadius: 16,
},
});
Expand Down

0 comments on commit 400e09e

Please sign in to comment.