From e68a65ef754a8c022d4678c56ecf98a8ec4b93ff Mon Sep 17 00:00:00 2001 From: Aditya Unnithan Date: Tue, 31 Oct 2023 16:32:54 +0000 Subject: [PATCH] Fix colouring issue --- src/components/button/_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/button/_button.scss b/src/components/button/_button.scss index 0d6d770bcc..0a85275f48 100644 --- a/src/components/button/_button.scss +++ b/src/components/button/_button.scss @@ -98,8 +98,8 @@ $button-shadow-size: 3px; } } - &:active &, - &.active & { + &:active, + &.active { top: ems($button-shadow-size); }