Button Inside NavBar Does Not Get Color RC0

Consider the following code

<ion-header>
  <ion-navbar color="primary">

    <ion-title>History</ion-title>

    <ion-buttons end>
      <button ion-button color="danger">Clear</button>
    </ion-buttons>

  </ion-navbar>
</ion-header>

The color="danger" is applied to the text of the button only and not the button.

2 Likes

No answer so far? Iā€™m interested, too!

Any update on this @anderl80 ?