Make the color of zero-contribution-squares in the activity heatmap more subtle (#24758)
The previous color had a too high contrast with the background. --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
3364092013
commit
29096d8ef5
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ export default {
|
|||
},
|
||||
data: () => ({
|
||||
colorRange: [
|
||||
'var(--color-secondary-alpha-70)',
|
||||
'var(--color-secondary-alpha-70)',
|
||||
'var(--color-secondary-alpha-60)',
|
||||
'var(--color-secondary-alpha-60)',
|
||||
'var(--color-primary-light-4)',
|
||||
'var(--color-primary-light-2)',
|
||||
'var(--color-primary)',
|
||||
|
|
Loading…
Reference in a new issue