diff --git a/packages/features/accounts/src/components/account-selector.tsx b/packages/features/accounts/src/components/account-selector.tsx index cf7821b7f..1982455f2 100644 --- a/packages/features/accounts/src/components/account-selector.tsx +++ b/packages/features/accounts/src/components/account-selector.tsx @@ -102,7 +102,7 @@ export function AccountSelector({ variant="ghost" role="combobox" aria-expanded={open} - className={cn('w-full shadow', { + className={cn('group w-full shadow', { 'justify-between': !collapsed, 'justify-center': collapsed, })} @@ -125,7 +125,11 @@ export function AccountSelector({ > {(account) => ( - + @@ -175,6 +179,7 @@ export function AccountSelector({ }> {(accounts ?? []).map((account) => ( { @@ -186,7 +191,16 @@ export function AccountSelector({ } }} > - + @@ -194,7 +208,9 @@ export function AccountSelector({ - {account.label} + + {account.label} +