feat: add aria label, fix test, transition constant for better testing

This commit is contained in:
2026-02-09 09:37:13 +05:00
parent ede31942d0
commit 2bbe59107c
12 changed files with 232 additions and 32 deletions
+5
View File
@@ -75,6 +75,11 @@
box-sizing: border-box;
}
:global(ul) {
list-style: none;
text-indent: 0;
}
:global(body) {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
background: var(--bg-primary);