chore: increase status icon size

This commit is contained in:
pat-s 2024-12-16 11:35:51 +01:00
parent a93e1b3ea9
commit 828cdfcbc3
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="1em"
size="1.5em"
:class="{
'text-wp-state-error-100': pipelineStatusColors[status] === 'red',
'text-wp-state-neutral-100': pipelineStatusColors[status] === 'gray',