<ion-button class="next-btn" color="secondary" shape="round" expand="block" >
NEXT
</ion-button>
.next-btn{
--color: var(--ion-color-light);
}
this is my HTML and CSS. color of the button text is not changing, when I give color property to the button. but if I remove the color property the text color will change.
why is that not working when i give color property for the button?
1 post - 1 participant