fix: add animation to workflow process loader icon (#15497)

This commit is contained in:
DDDDD12138 2025-03-11 18:04:58 +08:00 committed by GitHub
parent d8317fcf81
commit b07016113c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ const WorkflowProcessItem = ({
>
{
running && (
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5 text-text-tertiary' />
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5 animate-spin text-text-tertiary' />
)
}
{