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; }