Just click on that gallery where your tabs are and change TemplateFill to
If(ThisItem.IsSelected,Color.Red,Color.Aqua)
or use instead of Color RGBA which would looks like this
If(ThisItem.IsSelected,RGBA(100,100,100,1),RGBA(50,50,50,1))
Obviously you have to change the color to match your needs