fixed checkbox circle being offcenter by 1px

This commit is contained in:
lev 2022-10-10 22:24:43 +05:00
parent f7984aca58
commit 1b7e0c1a05
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ div.option-block div {
div.some-block input[type="checkbox"] {
width: 46px;
height: 23px;
height: 24px;
background-color: var(--light-grey);
border-radius: 50px;
transition: 0.4s;