From 70cfdce5e6cddb48c12209c60a91e4c81cd87379 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 16 Nov 2021 17:43:19 +0500 Subject: [PATCH] GH-1519 - Fixing color on template picker (#1829) --- webapp/src/components/emptyCenterPanel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/emptyCenterPanel.scss b/webapp/src/components/emptyCenterPanel.scss index 89bc813f0..05a1aeed8 100644 --- a/webapp/src/components/emptyCenterPanel.scss +++ b/webapp/src/components/emptyCenterPanel.scss @@ -20,14 +20,14 @@ .title { font-size: 25px; - color: var(--sys-center-channel-color); + color: rgba(var(--center-channel-color-rgb)); margin-bottom: 12px; } .description { text-align: center; margin-bottom: 32px; - color: var(--sys-center-channel-color); + color: rgba(var(--center-channel-color-rgb)); } .choose-template-text {