Skip to content

Commit

Permalink
Update avatar color (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd authored Apr 3, 2023
1 parent 5c2adea commit e36cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Header() {
<Menu>
<MenuButton
as={IconButton}
icon={<Avatar size="sm" />}
icon={<Avatar bg="brand.500" showBorder={true} borderColor="white" size="sm" />}
style={{ backgroundColor: 'transparent' }}
/>
<MenuList color="black">
Expand Down

0 comments on commit e36cd32

Please sign in to comment.