-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Versions): tune default color #1719
Conversation
@@ -12,6 +12,7 @@ export const hashCode = (s: string) => { | |||
// TODO: colors used in charts as well, need to move to constants | |||
// 11 distinct colors from https://mokole.com/palette.html | |||
export const COLORS = [ | |||
'#008000', // green |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before all the changes, there were 11 colors (see comment in the code above). Let's not change the number of colors.
'#4169e1', // royalblue | ||
'#ffd700', // gold | ||
'#ff8c00', // darkorange |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unintentionally :(
CI Results
Test Status: β PASSED
π Full Report
π No changes in tests. π
Bundle Size: β
Current: 65.96 MB | Main: 65.96 MB
Diff: +0.04 KB (0.00%)
β Bundle size unchanged.
βΉοΈ CI Information