AccountSwitcher: modal={false}

This commit is contained in:
Alex Gleason 2025-06-26 10:35:59 -05:00
parent 508fa84466
commit 15dbc6df85
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -28,7 +28,7 @@ export function AccountSwitcher({ onAddAccountClick }: AccountSwitcherProps) {
} }
return ( return (
<DropdownMenu> <DropdownMenu modal={false}>
<DropdownMenuTrigger asChild> <DropdownMenuTrigger asChild>
<button className='flex items-center gap-3 p-3 rounded-full hover:bg-accent transition-all w-full text-foreground'> <button className='flex items-center gap-3 p-3 rounded-full hover:bg-accent transition-all w-full text-foreground'>
<Avatar className='w-10 h-10'> <Avatar className='w-10 h-10'>