I can't change the highlighted icon on image with class .material-icons By default is black and i wanna change to white The piece of code:
<div class="row">
<div class="col s12 m5">
<div class="row card-panel teal">
<div class="row">
<form class="col s12">
<div class="input-field col s12">
<select>
<option>Manhã</option>
<option>Noite</option>
<option>Indiferente</option>
</select>
<label>Disponibilidade</label>
</div>
</form>
</div>
</div>
</div>
</div>
The icon that I want to change is the red color circle highlighted
Thanks in advance!!