style: pulse the AI categorize sparkle icon
Replace the static 50% opacity with an animate-pulse so the AI categorize affordance draws attention on hover-idle.
This commit is contained in:
parent
29d13ceed1
commit
acbcd0ddc2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue