Skip to content

Commit 199e67e

Browse files
committed
make first color less opaque
1 parent 8e1be3b commit 199e67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/ActivityHeatmap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
data: () => ({
2828
isLoading: true,
2929
colorRange: [
30-
'var(--color-secondary)',
30+
'var(--color-secondary-alpha-70)',
3131
'var(--color-primary-light-4)',
3232
'var(--color-primary-light-2)',
3333
'var(--color-primary)',

0 commit comments

Comments
 (0)