Skip to content

Commit 29096d8

Browse files
evursilverwind
andauthored
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 <[email protected]>
1 parent 3364092 commit 29096d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/components/ActivityHeatmap.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export default {
3131
},
3232
data: () => ({
3333
colorRange: [
34-
'var(--color-secondary-alpha-70)',
35-
'var(--color-secondary-alpha-70)',
34+
'var(--color-secondary-alpha-60)',
35+
'var(--color-secondary-alpha-60)',
3636
'var(--color-primary-light-4)',
3737
'var(--color-primary-light-2)',
3838
'var(--color-primary)',

0 commit comments

Comments
 (0)