Add some margin on the account menu

This commit is contained in:
Jackson Harper 2024-02-16 11:53:48 +08:00
parent 1aa570f7c2
commit 3065fcc78a

View file

@ -131,10 +131,11 @@ export function PrimaryDropdown(props: PrimaryDropdownProps): JSX.Element {
return (
<Dropdown
side="top"
triggerElement={
props.children ?? <TriggerButton name={viewerData?.me?.name ?? 'O'} />
}
css={{ width: '240px' }}
css={{ width: '240px', ml: '15px' }}
>
<HStack
alignment="center"