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 @@