Merge pull request #278 from omnivore-app/fix/avatar-size

Fix sizing on the avatar icon
This commit is contained in:
Jackson Harper 2022-03-21 11:46:53 -07:00 committed by GitHub
commit 4f2bafd69f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ export function AvatarDropdown(props: AvatarDropdownProps): JSX.Element {
<HStack alignment="center" css={{ gap: '6px' }}>
<Avatar
imageURL={props.profileImageURL}
height='30px'
height='32px'
fallbackText={props.userInitials}
/>
</HStack>