chore(client): Design tweaks

This commit is contained in:
syuilo 2020-08-10 13:00:10 +09:00
parent be255dc583
commit e9b28fa3c0

View file

@ -67,21 +67,21 @@ export default Vue.extend({
pointRadius: 0, pointRadius: 0,
lineTension: 0, lineTension: 0,
borderWidth: 0, borderWidth: 0,
backgroundColor: '#00E396', backgroundColor: '#8BC34A',
data: [] data: []
}, { }, {
label: 'Active', label: 'Active',
pointRadius: 0, pointRadius: 0,
lineTension: 0, lineTension: 0,
borderWidth: 0, borderWidth: 0,
backgroundColor: '#00BCD4', backgroundColor: '#03A9F4',
data: [] data: []
}, { }, {
label: 'Waiting', label: 'Waiting',
pointRadius: 0, pointRadius: 0,
lineTension: 0, lineTension: 0,
borderWidth: 0, borderWidth: 0,
backgroundColor: '#FFB300', backgroundColor: '#FFC107',
data: [] data: []
}, { }, {
label: 'Delayed', label: 'Delayed',
@ -90,7 +90,7 @@ export default Vue.extend({
pointRadius: 0, pointRadius: 0,
lineTension: 0, lineTension: 0,
borderWidth: 2, borderWidth: 2,
borderColor: '#E53935', borderColor: '#F44336',
borderDash: [5, 5], borderDash: [5, 5],
fill: false, fill: false,
data: [] data: []