From f65262eb55d87eae5187177c9ab8a07567c8fd24 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 22 Dec 2024 10:32:01 +0100 Subject: [PATCH] bg 600 -> 400 --- web/src/components/atomic/ListItem.vue | 2 +- web/src/components/layout/Panel.vue | 2 +- web/src/components/pipeline-feed/PipelineFeedSidebar.vue | 2 +- web/src/components/repo/RepoItem.vue | 2 +- web/src/components/repo/pipeline/PipelineStepList.vue | 2 +- web/src/views/Login.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/components/atomic/ListItem.vue b/web/src/components/atomic/ListItem.vue index f7582482b..f69805c01 100644 --- a/web/src/components/atomic/ListItem.vue +++ b/web/src/components/atomic/ListItem.vue @@ -2,7 +2,7 @@
{{ `${repo.owner} / ${repo.name}` }}
diff --git a/web/src/components/repo/pipeline/PipelineStepList.vue b/web/src/components/repo/pipeline/PipelineStepList.vue index 5dd4d2a57..c026f7411 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -1,7 +1,7 @@