mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
[IMP] updated the mail template colour with flectra primary colour
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user