From 2e2491f119b037821ab7b97c7fb782a196c3c8e1 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 22 Dec 2024 10:11:12 +0100 Subject: [PATCH] darken border color --- 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 | 4 ++-- web/src/views/Login.vue | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/components/atomic/ListItem.vue b/web/src/components/atomic/ListItem.vue index f69805c01..f7582482b 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 c026f7411..31297f135 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -1,7 +1,7 @@