Update image uploader styling with object-contain and border (#173)
* Update image uploader styling with object-contain and border * Fix avatar aspect ratio
This commit is contained in:
committed by
GitHub
parent
031e0810a6
commit
c193f9fcb9
@@ -86,7 +86,7 @@ export function AccountSelector({
|
||||
pictureUrl ? (
|
||||
<UserAvatar pictureUrl={pictureUrl} />
|
||||
) : (
|
||||
<PersonIcon className="h-5 min-h-5 w-5 min-w-5" />
|
||||
<PersonIcon className="h-5 w-5" />
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user