Skip to content

Commit 0571580

Browse files
committed
fix: increase accept overlay opacity
1 parent 7241a9d commit 0571580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/custom/_accept-overlay.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
&.acceptoverlay-primary {
3737
background-color: $primary;
3838
&.show {
39-
opacity: 0.9;
39+
opacity: 0.97;
4040
}
4141
}
4242

0 commit comments

Comments
 (0)