fix: separator background color (#295)
This commit is contained in:
parent
ec233cbf5b
commit
2a7c91140b
|
|
@ -16,7 +16,7 @@ const delegatedProps = computed(() => {
|
||||||
<Separator
|
<Separator
|
||||||
v-bind="delegatedProps"
|
v-bind="delegatedProps"
|
||||||
:class="[
|
:class="[
|
||||||
cn('shrink-0 bg-secondary', props.class),
|
cn('shrink-0 bg-border', props.class),
|
||||||
props.orientation === 'vertical' ? 'w-px h-full' : 'h-px w-full',
|
props.orientation === 'vertical' ? 'w-px h-full' : 'h-px w-full',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ const delegatedProps = computed(() => {
|
||||||
<Separator
|
<Separator
|
||||||
v-bind="delegatedProps"
|
v-bind="delegatedProps"
|
||||||
:class="[
|
:class="[
|
||||||
cn('shrink-0 bg-secondary', props.class),
|
cn('shrink-0 bg-border', props.class),
|
||||||
props.orientation === 'vertical' ? 'w-px h-full' : 'h-px w-full',
|
props.orientation === 'vertical' ? 'w-px h-full' : 'h-px w-full',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user