From 7667493d56eb97a0151a0306d3d69009fb61ea5c Mon Sep 17 00:00:00 2001 From: nullnyat Date: Sat, 19 Feb 2022 16:48:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=83=A3=E3=83=BC=E3=83=88=E3=81=AE?= =?UTF-8?q?=E8=89=B2=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/components/queue-chart.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/client/src/components/queue-chart.vue b/packages/client/src/components/queue-chart.vue index 7e0ed58cb..b0c03ef03 100644 --- a/packages/client/src/components/queue-chart.vue +++ b/packages/client/src/components/queue-chart.vue @@ -80,8 +80,8 @@ export default defineComponent({ tension: 0, borderWidth: 2, borderJoinStyle: 'round', - borderColor: '#00E396', - backgroundColor: alpha('#00E396', 0.1), + borderColor: '#B0E7CB', + backgroundColor: alpha('#B0E7CB', 0.1), data: [] }, { label: 'Active', @@ -89,8 +89,8 @@ export default defineComponent({ tension: 0, borderWidth: 2, borderJoinStyle: 'round', - borderColor: '#00BCD4', - backgroundColor: alpha('#00BCD4', 0.1), + borderColor: '#96CCE7', + backgroundColor: alpha('#96CCE7', 0.1), data: [] }, { label: 'Waiting', @@ -98,8 +98,8 @@ export default defineComponent({ tension: 0, borderWidth: 2, borderJoinStyle: 'round', - borderColor: '#FFB300', - backgroundColor: alpha('#FFB300', 0.1), + borderColor: '#E7E7B0', + backgroundColor: alpha('#E7E7B0', 0.1), yAxisID: 'y2', data: [] }, { @@ -108,7 +108,7 @@ export default defineComponent({ tension: 0, borderWidth: 2, borderJoinStyle: 'round', - borderColor: '#E53935', + borderColor: '#FF9D9D', borderDash: [5, 5], fill: false, yAxisID: 'y2',