style: add pixel units

This commit is contained in:
pany 2024-03-21 10:35:00 +08:00
parent c4526f72b1
commit 2fa3fc05fb

View File

@ -12,7 +12,7 @@
@keyframes clip-animation {
from {
clip-path: circle(0 at var(--v3-theme-x) var(--v3-theme-y));
clip-path: circle(0px at var(--v3-theme-x) var(--v3-theme-y));
}
to {
clip-path: circle(var(--v3-theme-r) at var(--v3-theme-x) var(--v3-theme-y));