Change the color of the menu toggle button

I am using the menu template in ionic.

My question is how do i change the color of the menu toggle icon in the navbar header?

I mean … just do it …

//you need to set 'yourColor' in your variables.scss

<button ion-button menuToggle color="yourColor">
    <ion-icon name="menu"></ion-icon>
</button>
2 Likes

Thank you very much, this solved my problem.