@amirmasoud wrote:
I’m trying to change color of
.bar-button
color with following code:this.navbarEle.querySelector('page-content .bar-button').style.color = this.colors[color].fg;
it won’t change color of
bar-button
, although the following code will work for other icons in navbar:this.navbarEle.querySelector('ion-icon').style.color = this.colors[color].fg;
How can I solve it?
Posts: 2
Participants: 2