Fix input checkbox styling being incorrect on light theme

This commit is contained in:
blessedcoolant 2022-11-21 12:31:51 +13:00
parent cb7458db77
commit 1f772e4bdc

View File

@ -88,7 +88,7 @@
--settings-modal-bg: rgb(202, 204, 206);
// Input
--input-checkbox-bg: rgb(90, 90, 120);
--input-checkbox-bg: rgb(167, 167, 171);
--input-checkbox-checked-bg: rgb(235, 185, 5);
--input-checkbox-checked-tick: rgb(0, 0, 0);
--input-border-color: rgb(0, 0, 0);