From d4951ed6caa2fc1655f04b38bb0705534c29b3cc Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 11 Aug 2017 03:13:40 +0900 Subject: :art: --- src/web/app/common/tags/activity-table.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/app/common') diff --git a/src/web/app/common/tags/activity-table.tag b/src/web/app/common/tags/activity-table.tag index 29eb69f036..6331e7c9c3 100644 --- a/src/web/app/common/tags/activity-table.tag +++ b/src/web/app/common/tags/activity-table.tag @@ -44,7 +44,7 @@ d.v = d.total / this.peak; if (d.v > 1) d.v = 1; - const ch = d.date.weekday == 0 || d.date.weekday == 6 ? 30 : 170; + const ch = d.date.weekday == 0 || d.date.weekday == 6 ? 275 : 170; const cs = d.v * 100; const cl = 15 + ((1 - d.v) * 80); d.color = `hsl(${ch}, ${cs}%, ${cl}%)`; -- cgit v1.2.3-freya