We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5058648 commit f41642fCopy full SHA for f41642f
apps/www/src/lib/registry/default/ui/separator/Separator.vue
@@ -8,7 +8,7 @@ const props = defineProps<SeparatorProps & { class?: string }>()
8
<template>
9
<Separator
10
:class="[
11
- cn('shrink-0 bg-secondary', props.class),
+ cn('shrink-0 bg-border', props.class),
12
props.orientation === 'vertical' ? 'w-px h-full' : 'h-px w-full',
13
]"
14
/>
apps/www/src/lib/registry/new-york/ui/separator/Separator.vue
0 commit comments