瀏覽代碼

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

DDDDD12138 1 月之前
父節點
當前提交
b07016113c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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

@@ -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' />
           )
         }
         {