mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 01:35:54 +08:00
fix: add animation to workflow process loader icon (#15497)
This commit is contained in:
parent
d8317fcf81
commit
b07016113c
@ -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' />
|
||||
)
|
||||
}
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user