Skip to content

Commit

Permalink
Rounded AvatarMenuButton
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkidwarrior committed Aug 2, 2024
1 parent e22c6ef commit c6da08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function AvatarMenuButton({ profile }: { profile?: Tables<'profiles'> | n
bc="$color2"
size={'$3.5'}
icon={
<Avatar size={'$3.5'}>
<Avatar size={'$3.5'} br={'$2'}>
<Avatar.Image src={profile?.avatar_url ?? ''} w="100%" h="100%" objectFit="cover" />
<Avatar.Fallback jc={'center'} ai="center" theme="green_active">
<IconAccount size={'$2'} $theme-light={{ color: '$color12' }} />
Expand Down

0 comments on commit c6da08d

Please sign in to comment.