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