forked from coracle/flotilla
AI pass on redesign
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user