How do I change "blue" when I click on the input for the color I want in the ion-input? I just managed to change the color of the placeholder with:
*::-webkit-input-placeholder {
color: rgb(255,255,255) !important;
}
How do I change the color of the android bar where the icons are?