Ver código fonte

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

tags/1.0.1
DDDDD12138 7 meses atrás
pai
commit
b07016113c
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
web/app/components/base/chat/chat/answer/workflow-process.tsx Ver arquivo

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

Carregando…
Cancelar
Salvar