style: pulse the AI categorize sparkle icon (#565)

## What

Replace the static `opacity-50` on the AI categorize sparkle icon with
`animate-pulse`, so the affordance gently pulses to draw attention.
Hover still fades to full opacity.

## Why

Makes the "let AI categorize your transactions" entry point more
discoverable in the transactions table.

## Testing

Visual-only Tailwind class change; no logic affected.
This commit is contained in:
Víctor Falcón 2026-06-19 16:29:54 +02:00 committed by GitHub
parent 29d13ceed1
commit 50dba4334a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export function CategoryCell({
className="inline-flex"
aria-label={__('Let AI categorize your transactions')}
>
<AiSparkleIcon className="h-3.5 w-3.5 opacity-50 transition-opacity hover:opacity-100" />
<AiSparkleIcon className="h-3.5 w-3.5 animate-pulse transition-opacity hover:opacity-100" />
</button>
</TooltipTrigger>
<TooltipContent>