Skip to content

Commit ee953f0

Browse files
committed
Fix close button color contrast
1 parent 124a216 commit ee953f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
cursor: pointer;
7474
font-size: 18px;
7575
font-weight: 500;
76-
color: #d2d2d2;
76+
color: #5c5757;
7777
z-index: 1;
7878
text-align: center;
7979
transition: color;

0 commit comments

Comments
 (0)