Merge branch 'dev' into refactor/use-class-prop
This commit is contained in:
commit
57306c2aab
|
|
@ -22,7 +22,7 @@ const delegatedProps = computed(() => {
|
||||||
orientation === 'vertical'
|
orientation === 'vertical'
|
||||||
&& 'h-full w-2.5 border-l border-l-transparent p-[1px]',
|
&& 'h-full w-2.5 border-l border-l-transparent p-[1px]',
|
||||||
orientation === 'horizontal'
|
orientation === 'horizontal'
|
||||||
&& 'h-2.5 border-t border-t-transparent p-[1px]',
|
&& 'h-2.5 flex-col border-t border-t-transparent p-[1px]',
|
||||||
props.class)"
|
props.class)"
|
||||||
>
|
>
|
||||||
<ScrollAreaThumb class="relative flex-1 rounded-full bg-border" />
|
<ScrollAreaThumb class="relative flex-1 rounded-full bg-border" />
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ const delegatedProps = computed(() => {
|
||||||
orientation === 'vertical'
|
orientation === 'vertical'
|
||||||
&& 'h-full w-2.5 border-l border-l-transparent p-[1px]',
|
&& 'h-full w-2.5 border-l border-l-transparent p-[1px]',
|
||||||
orientation === 'horizontal'
|
orientation === 'horizontal'
|
||||||
&& 'h-2.5 border-t border-t-transparent p-[1px]',
|
&& 'h-2.5 flex-col border-t border-t-transparent p-[1px]',
|
||||||
props.class)"
|
props.class)"
|
||||||
>
|
>
|
||||||
<ScrollAreaThumb class="relative flex-1 rounded-full bg-border" />
|
<ScrollAreaThumb class="relative flex-1 rounded-full bg-border" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user