diff --git a/frontend/src/styles/Themes/_Colors_Light.scss b/frontend/src/styles/Themes/_Colors_Light.scss index 0d95044aeb..61b04d6e56 100644 --- a/frontend/src/styles/Themes/_Colors_Light.scss +++ b/frontend/src/styles/Themes/_Colors_Light.scss @@ -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);