[IMP] updated the mail template colour with flectra primary colour

This commit is contained in:
Dhruvik Mevada
2021-02-23 18:04:33 +05:30
parent b30b586953
commit dfe4f28457
1072 changed files with 4976 additions and 4976 deletions
@@ -3054,7 +3054,7 @@ var JournalDashboardGraph = AbstractField.extend({
var labels = this.data[0].values.map(function (pt) {
return pt.x;
});
var borderColor = this.data[0].is_sample_data ? '#dddddd' : '#875a7b';
var borderColor = this.data[0].is_sample_data ? '#dddddd' : '#009EFB';
var backgroundColor = this.data[0].is_sample_data ? '#ebebeb' : '#dcd0d9';
return {
type: 'line',