From f61f0449581366d253fa3411fb639613b2ecd13d Mon Sep 17 00:00:00 2001 From: yali Date: Thu, 27 Jun 2024 02:40:32 +0300 Subject: [PATCH] style(separator): remove bg-white --- apps/www/src/lib/registry/default/ui/separator/Separator.vue | 2 +- apps/www/src/lib/registry/new-york/ui/separator/Separator.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 e1c158e3..2316db75 100644 --- a/apps/www/src/lib/registry/default/ui/separator/Separator.vue +++ b/apps/www/src/lib/registry/default/ui/separator/Separator.vue @@ -27,7 +27,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 14af7bd2..066618ab 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 @@ -29,7 +29,7 @@ const delegatedProps = computed(() => { v-if="props.label" :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', + 'text-xs text-muted-foreground bg-background absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 flex justify-center items-center', props.orientation === 'vertical' ? 'w-[1px] px-1 py-2' : 'h-[1px] py-1 px-2', ) "