I need to implement color styles, but 32 colors is too few for a system project. I’m using a simplified design system and it still doesn’t fit.
Any solution to better use the color variables?
I need to implement color styles, but 32 colors is too few for a system project. I’m using a simplified design system and it still doesn’t fit.
Any solution to better use the color variables?
You could use an Option set to store your color’s hexes. Thats how I did it before the color styles were implemented.
Its not as good as using color styles, as you cant reference options in Element Styles, but it’s better than nothing.