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
When reviewing a wireframe from the design team, first make sure all the colors they use are from this palette, and do not hard-code colors in your react components. Instead, refer to colors from the theme.js file.
To reference theme colors in your react components refer to this component as an example.