From 927c76b442d60c8e2a63c260cd07b1d89e80e06c Mon Sep 17 00:00:00 2001
From: gaelle morin <gmorin.dev@gmail.com>
Date: Mon, 28 Sep 2020 17:02:28 +0200
Subject: [PATCH] fix: color for HD beta label

---
 client.sample.happy-dev.css | 6 ++++++
 src/styles/base/header.scss | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/client.sample.happy-dev.css b/client.sample.happy-dev.css
index 2ce6bdca..bcb1d5c1 100644
--- a/client.sample.happy-dev.css
+++ b/client.sample.happy-dev.css
@@ -144,6 +144,12 @@
   --color-directory-form-select-icon: var(--color-complementary) !important;
 }
 
+/* Text color for the beta label */
+
+#header>div.header-left>span.beta-tag {
+  color: var(--color-complementary);
+}
+
 /* Button to edit a channel or a project (in project-profile) */
 #project solid-link[next="project-edit"],
 #circle solid-link[next="circle-edit"] {
diff --git a/src/styles/base/header.scss b/src/styles/base/header.scss
index 1f7f663a..eca9ca66 100644
--- a/src/styles/base/header.scss
+++ b/src/styles/base/header.scss
@@ -46,7 +46,7 @@
         padding: 3px 13px 3px 15px;
         border-radius: 3px;
         background: var(--color-primary);
-        color: var(--color-complementary);
+        color: var(--color-white);
         position: absolute;
         top: -9px;
         left: 267px;
-- 
GitLab