From c36dee8808f0a89807234ca9a8ce772c863bc6e8 Mon Sep 17 00:00:00 2001 From: nullnyat Date: Sat, 12 Feb 2022 18:53:58 +0900 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E4=BB=98=E8=A1=A8=E7=A4=BA=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/widgets/calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/widgets/calendar.vue b/packages/client/src/widgets/calendar.vue index ee8e5a1fb..249a0fd67 100644 --- a/packages/client/src/widgets/calendar.vue +++ b/packages/client/src/widgets/calendar.vue @@ -133,7 +133,7 @@ defineExpose({ &.isHoliday { > .day { - color: #ef95a0; + color: #96CCE7; } }