Custom icon not show when build release

So now i use this css instead. From this forum and custom it. And it work on both debug and release build
.ion-ios-wreath,
.ion-ios-wreath-outline {
content: url("…/assets/icon/wreath-active.png");
margin-top: 1px;
min-width: 2.4rem;
padding: 6px 4px 2px;
opacity: 0.9;
}
.tab-button[aria-selected=true] {
.ion-ios-wreath,
.ion-ios-wreath-outline {
content: url("…/assets/icon/wreath-active.png");
margin-top: 1px;
min-width: 2.4rem;
padding: 6px 4px 2px;
opacity: 0.9;
}
}

1 Like