Skip to content

Commit

Permalink
Make both buttons in header look and behave the same
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Dec 17, 2024
1 parent a084dbc commit 929838a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/ui/menus/AccountDisplay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ export function AccountDisplay({ containerRef }: AccountDisplayProps) {
as={MenuButton}
variant="tertiary"
data-testid="header-accountMenu"
padding="0.25rem"
paddingY="0.25rem"
paddingX="1rem"
paddingInline="0.75rem"
color="white-0"
border="1px solid transparent"
borderRadius="0.5rem"
_hover={{ color: 'white-0', bg: 'neutral-3' }}
_active={{
color: 'white-0',
border: '1px solid',
borderColor: 'neutral-4',
bg: 'neutral-3',
}}
>
Expand Down

0 comments on commit 929838a

Please sign in to comment.