Changed h-w to size

This commit is contained in:
Alexis
2025-04-17 21:41:48 +02:00
parent 36456ce377
commit 8215791830
20 changed files with 303 additions and 572 deletions

View File

@@ -30,7 +30,7 @@ const forwardedProps = useForwardProps(delegatedProps)
"
>
<template v-if="props.arrowDirection === 'left'">
<PhCaretLeft class="mr-auto h-4 w-4" />
<PhCaretLeft class="mr-auto size-4" />
<span class="inline-block">
<slot />
@@ -39,7 +39,7 @@ const forwardedProps = useForwardProps(delegatedProps)
<template v-else>
<slot />
<PhCaretRight class="ml-auto h-4 w-4" />
<PhCaretRight class="ml-auto size-4" />
</template>
</DropdownMenuSubTrigger>
</template>