@mathm3 wrote:
Hello!
I’m trying to change ion-toolbar color dynamically (I get the hexadecimal color from database), but not working.
I tried:
<ion-toolbar [style.background-color]="customColor"></ion-toolbar>
<ion-toolbar [color]="customColor"></ion-toolbar>
The [style.background-color] work with others components. How i change the toolbar color dynamically?
Thank you!
Posts: 1
Participants: 1