From d169e0eb6a78cb53a71670103d8f8ae314a54124 Mon Sep 17 00:00:00 2001 From: Nev Angelova Date: Thu, 8 Jul 2021 23:49:28 +0300 Subject: [PATCH] [MM-36313] - Fix hardcoded value for about modal border (#8349) * [MM-36313] - Fix hardcoded value for about modal border * Switch to rgb Co-authored-by: Nevyana --- sass/routes/_about-modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/routes/_about-modal.scss b/sass/routes/_about-modal.scss index 1256a6c666b4..3ea4dd3add3b 100644 --- a/sass/routes/_about-modal.scss +++ b/sass/routes/_about-modal.scss @@ -14,7 +14,7 @@ align-items: center; padding: 20px 25px; border: none; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid rgba(var(--center-channel-color-rgb), 0.08); background: transparent; color: inherit;