You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, colors are hardcoded twice in the Colors.ts — for deprecated Colors enum and for semanticColors object. This needs to be refactored to keep only one set of color hexes in the code.
Criteria
The API must not change
semanticColors must be the source of truth
The text was updated successfully, but these errors were encountered:
Related to #121
Currently, colors are hardcoded twice in the
Colors.ts
— for deprecatedColors
enum and forsemanticColors
object. This needs to be refactored to keep only one set of color hexes in the code.Criteria
semanticColors
must be the source of truthThe text was updated successfully, but these errors were encountered: