update organization switcher to use shadcn dropdownmenu

This commit is contained in:
Gregor Vostrak
2025-09-30 16:28:17 +02:00
parent 250379d4bd
commit d2f75cca6e
3 changed files with 64 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ const forwardedProps = useForwardProps(delegatedProps);
<template>
<DropdownMenuLabel
v-bind="forwardedProps"
:class="cn('px-2 py-1.5 text-sm font-semibold', inset && 'pl-8', props.class)">
:class="cn('block px-2 py-2 text-xs text-gray-400', inset && 'pl-8', props.class)">
<slot />
</DropdownMenuLabel>
</template>