chore: reset pipelinestatusicon to 1em

This commit is contained in:
pat-s 2024-12-16 12:10:49 +01:00
parent 02134198d1
commit f8aad8d1fd
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -5,7 +5,7 @@
>
<Icon
:name="service ? 'settings' : `status-${status}`"
size="1.5em"
size="1em"
:class="{
'text-wp-state-error-100': pipelineStatusColors[status] === 'red',
'text-wp-state-neutral-100': pipelineStatusColors[status] === 'gray',