🔧 chore: prevent Avatar from shrinking
This commit is contained in:
parent
f9ac778e47
commit
c079a9c336
@ -2,7 +2,7 @@ import { tv, type VariantProps } from 'tailwind-variants';
|
|||||||
|
|
||||||
export const avatarTheme = tv(
|
export const avatarTheme = tv(
|
||||||
{
|
{
|
||||||
base: ['relative', 'block', 'rounded-full', 'overflow-hidden'],
|
base: ['relative', 'block', 'rounded-full', 'overflow-hidden', 'shrink-0'],
|
||||||
slots: {
|
slots: {
|
||||||
image: [
|
image: [
|
||||||
'h-full',
|
'h-full',
|
||||||
|
Loading…
Reference in New Issue
Block a user