Skip to main content
Bart_Van_Hecke
Active Member
February 1, 2024
Question

Preserve color override on font icons

  • February 1, 2024
  • 11 replies
  • 613 views

I made a button component with 2 variants :

The icon in the button is a Fontawesome icon
image

I wish to preserve color override in these buttons when I swap the instance but on swapping it sets the icon at default black colour
image

I have found multiple topics on color override but they mainly deal with unionized vector icons but I need to keep them as font icons. I’m a bit stuck here and would love some suggestions. Thx

This topic has been closed for replies.

11 replies

December 28, 2024

I don’t use font icons, but have you tried changing the matching the layer names for the text layers? So instead of “fa-clipboard-list-check” you would have something like “icon” for all of them.

After going crazy with this issue with vector icons, I discovered that having the layer names match is essential to preserving colour overrides.