I tried to change text color of toolbar, but it seems difficult (!).
I put $toolbar-text-color: #FFFFFF in variables-scss, but doesnt work…
I read a old topic here, and I tried $toolbar-active-color: #FFFFFF, but also this doesn’t work…
And if I put
<ion-title color = "light"
Text Text Text
< /ion-title>
this also doesn’t work! I have to put :
<ion-title>
<p color='light'>Track your steps</p>
</ion-title>
Why this variable (from docs!) does’t work where $text-color: #000080; works properly? Where I fail?