Merged in fix/sw-3606-move-heart-icon-to-shared (pull request #3155)

fix(SW-3606): Move heart icon to shared

* Move heart icon to shared


Approved-by: Linus Flood
Approved-by: Matilda Landström
This commit is contained in:
Anton Gunnarsson
2025-11-14 08:32:45 +00:00
parent 966429313b
commit 289adfe98b
7 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@
width: 16px;
height: 16px;
background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg");
mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain;
mask-repeat: no-repeat;
}