From ea78c4de38311772009a5c865458946bcb73773b Mon Sep 17 00:00:00 2001 From: Nick Bergquist Date: Fri, 15 Nov 2024 18:40:09 +0000 Subject: [PATCH] Update background colour of light variant active pill button --- src/components/units/button/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/units/button/_button.scss b/src/components/units/button/_button.scss index 1ac854cf..882f8294 100644 --- a/src/components/units/button/_button.scss +++ b/src/components/units/button/_button.scss @@ -141,7 +141,7 @@ } &-dark { - background: base.sitecolors-siteColor("vam-grey-2"); + background: base.sitecolors-siteColor("vam-black"); color: base.sitecolors-siteColor("vam-white"); &:hover {