Fix sizing on the avatar icon

This commit is contained in:
Jackson Harper
2022-03-21 11:17:35 -07:00
parent 1713acf40e
commit 209491feeb

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>