🔧 chore: prevent Avatar from shrinking

This commit is contained in:
Andre H 2024-03-05 14:18:31 +08:00
parent f9ac778e47
commit c079a9c336

View File

@ -2,7 +2,7 @@ import { tv, type VariantProps } from 'tailwind-variants';
export const avatarTheme = tv(
{
base: ['relative', 'block', 'rounded-full', 'overflow-hidden'],
base: ['relative', 'block', 'rounded-full', 'overflow-hidden', 'shrink-0'],
slots: {
image: [
'h-full',