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
I recently (in PR #246) changed the global styles so that we use crimson for the "baseline" color and deepskyblue for the "current" color. Unfortunately I forgot to update the code in comparison-graph-view.ts where we hardcode those colors, so the graph colors are appearing incorrectly swapped.
INCORRECT:
CORRECTED:
The text was updated successfully, but these errors were encountered:
I recently (in PR #246) changed the global styles so that we use crimson for the "baseline" color and deepskyblue for the "current" color. Unfortunately I forgot to update the code in
comparison-graph-view.ts
where we hardcode those colors, so the graph colors are appearing incorrectly swapped.INCORRECT:
CORRECTED:
The text was updated successfully, but these errors were encountered: