From 4f571628884613cde126cc54f663cd0309f44d09 Mon Sep 17 00:00:00 2001 From: Richa Date: Wed, 21 Aug 2024 10:18:12 +0200 Subject: [PATCH] Added varibale for badge bg color --- web/html/src/branding/css/base/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/src/branding/css/base/theme.scss b/web/html/src/branding/css/base/theme.scss index 684fb2147d18..afbb6172fde9 100644 --- a/web/html/src/branding/css/base/theme.scss +++ b/web/html/src/branding/css/base/theme.scss @@ -1333,7 +1333,7 @@ tr.changed > td { .badge { font-size: 12px; border-radius: 10px; - background: $eos-bc-gray-1000; + background: $badge-bg; } // We can reenable these after the theme migration is complete