Answers for "how to change color of fab fa icons"

5

css change font awesome icon color

<a href="/users/edit"><i class="fa fa-cog" style="color:black !important;"></i> Edit profile</a>
Posted by: Guest on April-01-2020
0

fab icon color

If you are using com.google.android.material.floatingactionbutton.FloatingActionButton, use app:tint:

app:tint="@android:color/white"
Posted by: Guest on May-17-2021

Browse Popular Code Answers by Language