mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix sizing on the avatar icon
This commit is contained in:
parent
1713acf40e
commit
209491feeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue