mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix(ui): add select-none class to AvatarFallback component
This commit is contained in:
@@ -14,7 +14,7 @@ const delegatedProps = reactiveOmit(props, 'class')
|
||||
<AvatarFallback
|
||||
data-slot="avatar-fallback"
|
||||
v-bind="delegatedProps"
|
||||
:class="cn('bg-gray-100 dark:bg-gray-700 text-gray-600 dark:text-gray-300 flex size-full items-center justify-center rounded-full', props.class)"
|
||||
:class="cn('bg-gray-100 dark:bg-gray-700 text-gray-600 dark:text-gray-300 flex size-full items-center justify-center rounded-full select-none', props.class)"
|
||||
>
|
||||
<slot />
|
||||
</AvatarFallback>
|
||||
|
||||
Reference in New Issue
Block a user