Swap the checkbox for a toggle in the item sheet for consistency of UI and help user expectations

This commit is contained in:
Oliver 2026-03-29 01:04:30 -06:00
parent b20240699b
commit 9d49a45f0d
2 changed files with 3 additions and 5 deletions

View file

@ -27,7 +27,7 @@
justify-items: left;
gap: 8px;
input[type="checkbox"] {
taf-toggle {
justify-self: end;
}
}