chore: build

This commit is contained in:
Lucas Larroche 2023-12-28 17:42:58 +07:00
parent 5e5c26e955
commit 3c0de4b8c0
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);