mirror of https://github.com/akveo/blur-admin
refactor(calendar): change calendar colors
parent
beadcb5c42
commit
bd2ae2d1e5
|
@ -39,23 +39,23 @@
|
||||||
{
|
{
|
||||||
title: 'All Day Event',
|
title: 'All Day Event',
|
||||||
start: '2016-03-01',
|
start: '2016-03-01',
|
||||||
color: layoutColors.success
|
color: layoutColors.successCharts
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Long Event',
|
title: 'Long Event',
|
||||||
start: '2016-03-07',
|
start: '2016-03-07',
|
||||||
end: '2016-03-10',
|
end: '2016-03-10',
|
||||||
color: layoutColors.info
|
color: layoutColors.primaryCharts
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Dinner',
|
title: 'Dinner',
|
||||||
start: '2016-03-14T20:00:00',
|
start: '2016-03-14T20:00:00',
|
||||||
color: layoutColors.warning
|
color: layoutColors.infoCharts
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Birthday Party',
|
title: 'Birthday Party',
|
||||||
start: '2016-04-01T07:00:00',
|
start: '2016-04-01T07:00:00',
|
||||||
color: layoutColors.info
|
color: layoutColors.warningCharts
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue