make tv mode list work better
This commit is contained in:
@@ -122,8 +122,7 @@ export const AvatarUpload = ({ preloadedUser }: AvatarUploadProps) => {
|
||||
<BasedAvatar
|
||||
src={currentImageUrl ?? undefined}
|
||||
fullName={user?.name}
|
||||
className='h-42 w-42'
|
||||
fallbackProps={{ className: 'text-4xl font-semibold' }}
|
||||
className='h-42 w-42 text-6xl font-semibold'
|
||||
userIconProps={{ size: 100 }}
|
||||
/>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user