From c7e1db4d259af44722354c5bbd6feb179bbc5615 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Mon, 29 Apr 2024 10:25:23 +0800 Subject: [PATCH] update: heart dark color --- src/components/Icon/heart.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Icon/heart.module.css b/src/components/Icon/heart.module.css index a4556e7..4f772f5 100644 --- a/src/components/Icon/heart.module.css +++ b/src/components/Icon/heart.module.css @@ -13,7 +13,7 @@ } .color-dark { - --default-color: rgba(0, 0, 0, 0.95); + --default-color: rgba(0, 0, 0, 0.7); --active-color: #c43737; }