make tv mode list work better

This commit is contained in:
2025-09-25 11:17:34 -05:00
parent db7bf75815
commit 467d452bb4
8 changed files with 157 additions and 315 deletions

View File

@@ -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