mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-17 05:56:29 +00:00
chore: increase status icon size
This commit is contained in:
parent
a93e1b3ea9
commit
828cdfcbc3
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue