Separate color property from text styles
under review
Andrew Reifman
- Color is the most common property to be overridden when using a text style
- It's easy for a user to unintentionally update the color of a text style
- Often users create multiple text styles that are the same in every way except with a different color, which is not optimal when maintaining a design system
- If a light text color is applied to a text style, it's difficult to read the name in the text style picker
Andrew Reifman
Merged in a post:
Text styles includes a color value, prevents us from making changes.
R
Ryan Sheridan
We would like to apply our text style across various background colors. However, updating or altering any styles affects all instances, including text color, which can lead to visual and accessibility issues. This limitation prevents us from making isolated changes.
Andrew Reifman
under review
Andrew Reifman
open