Posts by Marcelo Nunes • 1 point
1 post
-
-2
votes1
answer1025
viewsA: How to change the color of Ion-item Input and Android Bar?
To change the background color of the input in Ionic 5 we can use --background ion-input { --background: red; } To change the color only when we select the field, use the selectors Hover and active.…