Fix settings checkbox color in dark mode
This commit is contained in:
parent
af61df35f6
commit
cc227904b3
|
@ -73,7 +73,7 @@
|
||||||
.tick_mark:after {
|
.tick_mark:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #000;
|
background-color: var(--ink);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: 0.2s ease transform, 0.2s ease opacity;
|
transition: 0.2s ease transform, 0.2s ease opacity;
|
||||||
|
|
Loading…
Reference in New Issue