Ionic back button is invalid

I’m new to Ionic, I found that back button on the header is invisible when I set the background color, how can I create a back button with colorful background. My code is below.

questions

.title{
background-color: orange;


}

<ion-button fill='clear' slot="start">

  <ion-back-button></ion-back-button>

</ion-button>

<ion-title >questions</ion-title>