Skip to content

Commit

Permalink
Make the color of zero-contribution-squares in the activity heatmap m…
Browse files Browse the repository at this point in the history
…ore subtle (#24758)

The previous color had a too high contrast with the background.

---------

Co-authored-by: silverwind <me@silverwind.io>
  • Loading branch information
evur and silverwind authored May 17, 2023
1 parent 3364092 commit 29096d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_src/js/components/ActivityHeatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 29096d8

Please sign in to comment.