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

pull/14262/head
DDDDD12138 1 year ago committed by Bharat Ramanathan
parent 7158e51bdf
commit d6e4995858

@ -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…
Cancel
Save