reset pipeline bg color

This commit is contained in:
pat-s 2024-12-18 14:40:39 +01:00
parent a19c2f16bd
commit a3506d897b
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -5,7 +5,7 @@
@mouseover="showActions = true"
@mouseleave="showActions = false"
>
<div class="<md:fixed <md:top-0 <md:left-0 flex flex-row items-center w-full bg-wp-code-300 px-4 py-2">
<div class="<md:fixed <md:top-0 <md:left-0 flex flex-row items-center w-full bg-wp-code-100 px-4 py-2">
<span class="font-bold text-base text-wp-code-text-alt-100">
<span class="<md:hidden">{{ $t('repo.pipeline.log_title') }}</span>
<span class="md:hidden">{{ step?.name }}</span>
@ -96,7 +96,7 @@
<div
v-if="step?.finished !== undefined"
class="flex items-center bg-wp-code-300 p-4 w-full font-bold text-md text-wp-code-text-alt-100"
class="flex items-center bg-wp-code-100 p-4 w-full font-bold text-md text-wp-code-text-alt-100"
>
<PipelineStatusIcon :status="step.state" class="!w-4 !h-4" />
<span v-if="step?.error" class="px-2">{{ step.error }}</span>