diff --git a/apps/www/src/lib/registry/default/example/VDatePickerWithRange.vue b/apps/www/src/lib/registry/default/example/VDatePickerWithRange.vue
index 5f6e0be8..eff99265 100644
--- a/apps/www/src/lib/registry/default/example/VDatePickerWithRange.vue
+++ b/apps/www/src/lib/registry/default/example/VDatePickerWithRange.vue
@@ -26,7 +26,7 @@ const date = ref({
id="date"
:variant="'outline'"
:class="cn(
- 'w-[300px] justify-start text-left font-normal',
+ 'w-[280px] justify-start text-left font-normal',
!date && 'text-muted-foreground',
)"
>
diff --git a/apps/www/src/lib/registry/default/example/VRangePickerWithSlot.vue b/apps/www/src/lib/registry/default/example/VRangePickerWithSlot.vue
index e71e81cd..235f69bc 100644
--- a/apps/www/src/lib/registry/default/example/VRangePickerWithSlot.vue
+++ b/apps/www/src/lib/registry/default/example/VRangePickerWithSlot.vue
@@ -26,7 +26,7 @@ const date = ref({
id="date"
:variant="'outline'"
:class="cn(
- 'w-[300px] justify-start text-left font-normal',
+ 'w-[280px] justify-start text-left font-normal',
!date && 'text-muted-foreground',
)"
>
diff --git a/apps/www/src/lib/registry/default/ui/v-calendar/Calendar.vue b/apps/www/src/lib/registry/default/ui/v-calendar/Calendar.vue
index b8c60f3d..2f2893d8 100644
--- a/apps/www/src/lib/registry/default/ui/v-calendar/Calendar.vue
+++ b/apps/www/src/lib/registry/default/ui/v-calendar/Calendar.vue
@@ -117,7 +117,7 @@ const vCalendarSlots = computed(() => {
@apply p-3 text-center;
}
.calendar .vc-pane-layout {
- @apply grid gap-4;
+ @apply grid gap-4 max-sm:!grid-cols-1;
}
.calendar .vc-title {
@apply text-sm font-medium relative z-20;
diff --git a/apps/www/src/lib/registry/new-york/example/VDatePickerWithRange.vue b/apps/www/src/lib/registry/new-york/example/VDatePickerWithRange.vue
index 1fe0fe65..77e8db74 100644
--- a/apps/www/src/lib/registry/new-york/example/VDatePickerWithRange.vue
+++ b/apps/www/src/lib/registry/new-york/example/VDatePickerWithRange.vue
@@ -26,7 +26,7 @@ const date = ref({
id="date"
:variant="'outline'"
:class="cn(
- 'w-[300px] justify-start text-left font-normal',
+ 'w-[280px] justify-start text-left font-normal',
!date && 'text-muted-foreground',
)"
>
diff --git a/apps/www/src/lib/registry/new-york/example/VRangePickerWithSlot.vue b/apps/www/src/lib/registry/new-york/example/VRangePickerWithSlot.vue
index f655cc76..1eae6e7a 100644
--- a/apps/www/src/lib/registry/new-york/example/VRangePickerWithSlot.vue
+++ b/apps/www/src/lib/registry/new-york/example/VRangePickerWithSlot.vue
@@ -26,7 +26,7 @@ const date = ref({
id="date"
:variant="'outline'"
:class="cn(
- 'w-[300px] justify-start text-left font-normal',
+ 'w-[280px] justify-start text-left font-normal',
!date && 'text-muted-foreground',
)"
>
diff --git a/apps/www/src/lib/registry/new-york/ui/v-calendar/Calendar.vue b/apps/www/src/lib/registry/new-york/ui/v-calendar/Calendar.vue
index deba4ac8..6ab59833 100644
--- a/apps/www/src/lib/registry/new-york/ui/v-calendar/Calendar.vue
+++ b/apps/www/src/lib/registry/new-york/ui/v-calendar/Calendar.vue
@@ -118,7 +118,7 @@ const vCalendarSlots = computed(() => {
@apply p-3 text-center;
}
.calendar .vc-pane-layout {
- @apply grid gap-4;
+ @apply grid gap-4 max-sm:!grid-cols-1;
}
.calendar .vc-title {
@apply text-sm font-medium relative z-20;
diff --git a/apps/www/src/public/registry/styles/default/v-calendar.json b/apps/www/src/public/registry/styles/default/v-calendar.json
index e89b70ab..157f34db 100644
--- a/apps/www/src/public/registry/styles/default/v-calendar.json
+++ b/apps/www/src/public/registry/styles/default/v-calendar.json
@@ -11,7 +11,7 @@
"files": [
{
"name": "Calendar.vue",
- "content": "\n\n\n \n
\n \n \n
\n\n
\n \n \n \n\n \n \n \n\n \n \n \n \n
\n\n\n\n"
+ "content": "\n\n\n \n
\n \n \n
\n\n
\n \n \n \n\n \n \n \n\n \n \n \n \n
\n\n\n\n"
},
{
"name": "index.ts",
diff --git a/apps/www/src/public/registry/styles/new-york/v-calendar.json b/apps/www/src/public/registry/styles/new-york/v-calendar.json
index ebe89eb5..c54304ca 100644
--- a/apps/www/src/public/registry/styles/new-york/v-calendar.json
+++ b/apps/www/src/public/registry/styles/new-york/v-calendar.json
@@ -11,7 +11,7 @@
"files": [
{
"name": "Calendar.vue",
- "content": "\n\n\n \n
\n \n \n
\n\n
\n \n \n \n\n \n \n \n\n \n \n \n \n
\n\n\n\n"
+ "content": "\n\n\n \n
\n \n \n
\n\n
\n \n \n \n\n \n \n \n\n \n \n \n \n
\n\n\n\n"
},
{
"name": "index.ts",