Set custom color ionicons
Hi hai, in this post I want to tell you how to change icon color in ionicons using css, firts create class on your css like this
.icon-change { font-size: 64px; /* Set size whatever you want or delete this line */ color : white; }
next just add class on your button like this
<button class=”ion ion-plus ionic-change btn btn-polijo”> Tambahkan</button>