Skip to content
Snippets Groups Projects
Commit e9b28fa3 authored by syuilo's avatar syuilo
Browse files

chore(client): Design tweaks

parent be255dc5
No related branches found
No related tags found
No related merge requests found
......@@ -67,21 +67,21 @@ export default Vue.extend({
pointRadius: 0,
lineTension: 0,
borderWidth: 0,
backgroundColor: '#00E396',
backgroundColor: '#8BC34A',
data: []
}, {
label: 'Active',
pointRadius: 0,
lineTension: 0,
borderWidth: 0,
backgroundColor: '#00BCD4',
backgroundColor: '#03A9F4',
data: []
}, {
label: 'Waiting',
pointRadius: 0,
lineTension: 0,
borderWidth: 0,
backgroundColor: '#FFB300',
backgroundColor: '#FFC107',
data: []
}, {
label: 'Delayed',
......@@ -90,7 +90,7 @@ export default Vue.extend({
pointRadius: 0,
lineTension: 0,
borderWidth: 2,
borderColor: '#E53935',
borderColor: '#F44336',
borderDash: [5, 5],
fill: false,
data: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment