1.5rem for status icons

This commit is contained in:
pat-s 2024-12-16 18:06:48 +01:00
parent fab27dedcd
commit b46fcfc804
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="1rem"
size="1.5rem"
:class="{
'text-wp-state-error-100': pipelineStatusColors[status] === 'red',
'text-wp-state-neutral-100': pipelineStatusColors[status] === 'gray',