enhance(ui): blink for the task checkbox switching

This commit is contained in:
charlie
2025-03-07 10:15:08 +08:00
parent c6a2ea6959
commit 94e924027d

View File

@@ -245,7 +245,11 @@
@apply w-full inline;
> .ui__checkbox {
@apply relative top-[2px];
@apply relative top-0.5;
&.checked {
@apply top-1;
}
> span {
@apply h-full;