From ed3a6e6f777fbab67250ee4ee617ef6395d5eac0 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Wed, 28 Feb 2024 10:11:39 +0000 Subject: [PATCH] feat(nc-gui): go to today btn color --- packages/nc-gui/components/smartsheet/calendar/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/components/smartsheet/calendar/index.vue b/packages/nc-gui/components/smartsheet/calendar/index.vue index e4c3f3ae9a..f36d3227fa 100644 --- a/packages/nc-gui/components/smartsheet/calendar/index.vue +++ b/packages/nc-gui/components/smartsheet/calendar/index.vue @@ -242,7 +242,9 @@ const headerText = computed(() => { type="secondary" @click="goToToday" > - {{ $t('activity.goToToday') }} + + {{ $t('activity.goToToday') }} + {{ activeCalendarView }}