This is my part of code:
<div class="col-sm-12 col-md-3 mt-2 d-flex">
<div class="box-info">
<mdb-checkbox [checked]="false" [default]="true">
</mdb-checkbox>
<div class="box-body custom-justify-text">
<span class="custom-text">
test.test
</span>
</div>
</div>
</div>
Default checkbox looks like this: enter image description here
as we can se checkmark is white. My question is: how to change this white color?
Aucun commentaire:
Enregistrer un commentaire