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
Color schemes could be implemented as CSS variables or as React props, or both. Unclear which will be the most ergonomic for folks. Right now there are several CSS variables, but colors are placed randomly throughout the codebase, so that'll need to be fixed. It would also be great if there were some type of standard color scheme.
Decide on how to model color schemes
Consolidate all colors in to the color scheme
Define a nice palette of default colors to choose from (so that "blue" isn't CSS blue, but fancy blue)
The text was updated successfully, but these errors were encountered:
Color schemes could be implemented as CSS variables or as React props, or both. Unclear which will be the most ergonomic for folks. Right now there are several CSS variables, but colors are placed randomly throughout the codebase, so that'll need to be fixed. It would also be great if there were some type of standard color scheme.
The text was updated successfully, but these errors were encountered: