From 8553f91429633b64438f3f6fc6a51a8e313cff87 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 2 Nov 2023 14:01:11 +0600 Subject: [PATCH] change inactive like color --- src/components/comment/CommentLike/styles.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/comment/CommentLike/styles.module.scss b/src/components/comment/CommentLike/styles.module.scss index b170f97a..24719116 100644 --- a/src/components/comment/CommentLike/styles.module.scss +++ b/src/components/comment/CommentLike/styles.module.scss @@ -6,6 +6,7 @@ justify-content: center; gap: 4px; position: relative; + color: $gray_50; &.active { cursor: pointer; @@ -23,7 +24,6 @@ &.liked { color: $color_like; - fill: currentColor; } } @@ -31,6 +31,7 @@ position: relative; width: 18px; height: 18px; + fill: currentColor; } .count {