set default color mode

This commit is contained in:
Marcus Efraimsson 2018-11-15 11:21:30 +01:00
parent dea953003c
commit 81efc00adf
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -32,7 +32,7 @@ export class TimeRegionFormCtrl {
from: undefined, from: undefined,
toDayOfWeek: undefined, toDayOfWeek: undefined,
to: undefined, to: undefined,
colorMode: 'critical', colorMode: 'background6',
fill: true, fill: true,
line: false, line: false,
}); });