Browse Source

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

tags/1.0.1
DDDDD12138 7 months ago
parent
commit
b07016113c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/base/chat/chat/answer/workflow-process.tsx

+ 1
- 1
web/app/components/base/chat/chat/answer/workflow-process.tsx View File

> >
{ {
running && ( 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' />
) )
} }
{ {

Loading…
Cancel
Save