mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-17 14:06:29 +00:00
1.5rem for status icons
This commit is contained in:
parent
fab27dedcd
commit
b46fcfc804
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue