From a2ca657631533a4183713afa181e7203c81d2a5c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 1 Jun 2022 04:16:26 +0200 Subject: [PATCH] Improve UI colors to have more contrast (#943) * web: improve contrast in BuildProcList component * White text on gray instead of gray on gray. * web: improve contrast in Panel component * White header text on dark gray instead of gray on gray. * Gray body text on white instead of gray on gray. * Align header padding with the body. --- web/src/components/layout/Panel.vue | 6 +++--- web/src/components/repo/build/BuildProcList.vue | 15 +-------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/web/src/components/layout/Panel.vue b/web/src/components/layout/Panel.vue index 61e36a644..42f20e0ef 100644 --- a/web/src/components/layout/Panel.vue +++ b/web/src/components/layout/Panel.vue @@ -1,7 +1,7 @@