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/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', )" >