AI pass on redesign

This commit is contained in:
Jon Staab
2026-06-15 10:39:01 -07:00
parent ed3ba5a0a5
commit 0e41680fff
45 changed files with 591 additions and 183 deletions
+3 -1
View File
@@ -17,7 +17,9 @@
"aria-pressed"?: boolean
} = $props()
const className = $derived(`text-left cursor-pointer ${restProps.class}`)
const className = $derived(
`text-left cursor-pointer motion-safe:transition-transform motion-safe:duration-150 motion-safe:active:scale-[0.97] ${restProps.class}`,
)
const onClick = (e: Event) => {
e.preventDefault()