refactor: update button class for improved cursor indication in UsersTable

This commit is contained in:
Marco Pedone 2025-12-16 15:17:42 +01:00
parent 48c65c75f5
commit 4ce60fd827

View file

@ -265,7 +265,7 @@ export const UsersTable = (props: { data: UserWChatInfo[] }) => {
<DropdownMenuItem> <DropdownMenuItem>
<button <button
aria-label="Login as User" aria-label="Login as User"
className="flex w-full items-center gap-2" className="flex w-full cursor-pointer items-center gap-2"
onClick={async () => await swap({ id: user.id })} onClick={async () => await swap({ id: user.id })}
type="button" type="button"
> >