Fix sizing on the avatar icon
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user