From d8f7130ea84188152392078a54349593ba48feec Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:24:16 +0700 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89?= =?UTF-8?q?=20=20=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=80=E0=B8=A3=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=81=E0=B9=83=E0=B8=8A=E0=B9=89=E0=B8=95=E0=B8=B1?= =?UTF-8?q?=E0=B8=A7=E0=B9=80=E0=B9=80=E0=B8=9B=E0=B8=A3=E0=B8=AA=E0=B8=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StatCardComponet.vue | 17 ++++++++--------- src/css/app.scss | 11 ----------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/src/components/StatCardComponet.vue b/src/components/StatCardComponet.vue index 2e4a000c..d3d08e3e 100644 --- a/src/components/StatCardComponet.vue +++ b/src/components/StatCardComponet.vue @@ -8,7 +8,7 @@ const props = defineProps<{ }[]; }>(); -const color = ['purple', 'pink', 'yellow', 'green']; +const color = ['purple', 'pink', 'yellow', 'green', 'blue'];