From 7faf9219059a6018c00ae95ccacc0682c930b28e Mon Sep 17 00:00:00 2001 From: dcoblentz-eightfold Date: Fri, 26 May 2023 10:28:45 -0400 Subject: [PATCH] fix: remove changes * remove changes --- src/components/Button/button.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Button/button.module.scss b/src/components/Button/button.module.scss index e557ecce5..abf77838f 100644 --- a/src/components/Button/button.module.scss +++ b/src/components/Button/button.module.scss @@ -412,13 +412,13 @@ &:hover:not([disabled]) { .counter { - background: var(--button-counter-hover-background-color); + background-color: var(--button-counter-hover-background-color); } } &:active:not([disabled]) { .counter { - background: var(--button-counter-active-background-color); + background-color: var(--button-counter-active-background-color); } }