diff --git a/apps/www/src/lib/registry/default/ui/separator/Separator.vue b/apps/www/src/lib/registry/default/ui/separator/Separator.vue index 4e9cde66..e1c158e3 100644 --- a/apps/www/src/lib/registry/default/ui/separator/Separator.vue +++ b/apps/www/src/lib/registry/default/ui/separator/Separator.vue @@ -28,7 +28,7 @@ const delegatedProps = computed(() => { {{ props.label }} diff --git a/apps/www/src/lib/registry/new-york/ui/separator/Separator.vue b/apps/www/src/lib/registry/new-york/ui/separator/Separator.vue index 1eac288a..14af7bd2 100644 --- a/apps/www/src/lib/registry/new-york/ui/separator/Separator.vue +++ b/apps/www/src/lib/registry/new-york/ui/separator/Separator.vue @@ -30,7 +30,7 @@ const delegatedProps = computed(() => { :class=" cn( 'text-xs text-muted-foreground bg-background absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 bg-white flex justify-center items-center', - props.orientation === 'vertical' ? 'w-[1px] py-1' : 'h-[1px] px-2', + props.orientation === 'vertical' ? 'w-[1px] px-1 py-2' : 'h-[1px] py-1 px-2', ) " >{{ props.label }}