From 2cec6b6959747d5e52ae19bc426808a33a12a52f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 3 Feb 2023 21:08:33 -0800 Subject: [PATCH] Fix like button on GridRep --- components/Button/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Button/index.scss b/components/Button/index.scss index c240aaad..e0527b66 100644 --- a/components/Button/index.scss +++ b/components/Button/index.scss @@ -65,7 +65,7 @@ &.Save { color: #ff4d4d; - .Accessory svg { + &.Active .Accessory svg { fill: #ff4d4d; stroke: #ff4d4d; }