From 990fffb30c03d38e99d8337606398d750b785d90 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Fri, 2 Feb 2024 21:59:43 +0330 Subject: [PATCH] fix: update --- .../registry/default/ui/calendar/Calendar.vue | 10 ++- .../new-york/ui/calendar/Calendar.vue | 64 ++++++++++++------- 2 files changed, 51 insertions(+), 23 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue b/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue index 436b0bd2..a13ce2d4 100644 --- a/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue +++ b/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue @@ -101,6 +101,14 @@ const vCalendarSlots = computed(() => { + + + + @@ -116,7 +124,7 @@ const vCalendarSlots = computed(() => { @apply text-sm font-medium relative z-20; } .vc-popover-content-wrapper .vc-popover-content { - @apply rounded-md max-w-xs border bg-slate-700; + @apply mt-3 rounded-md max-w-xs border bg-background; } .vc-popover-content-wrapper .vc-nav-header { @apply flex justify-between items-center p-2; diff --git a/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue b/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue index 33cc911b..6fadd9d1 100644 --- a/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue +++ b/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue @@ -1,12 +1,12 @@