fix: resolve label hover highlight first button issue, use radio inputs

This commit is contained in:
2026-02-12 19:08:11 +05:00
parent caf53e1903
commit 5d6159fe29
6 changed files with 98 additions and 42 deletions
+1
View File
@@ -10,6 +10,7 @@
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"lint:css": "stylelint '**/*.{css,svelte}",
"check:css": "node scripts/css-vars.js",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"test:ui": "vitest --ui",