chore: build

This commit is contained in:
Lucas Larroche 2023-12-28 20:38:56 +07:00
parent 02a9ca8664
commit 319e48ba91
9 changed files with 9 additions and 9 deletions

View file

@ -1502,7 +1502,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);