mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
fix: add animation to workflow process loader icon (#15497)
This commit is contained in:
@@ -56,7 +56,7 @@ const WorkflowProcessItem = ({
|
|||||||
>
|
>
|
||||||
{
|
{
|
||||||
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' />
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user