refactor: update button class for improved cursor indication in UsersTable
This commit is contained in:
parent
48c65c75f5
commit
4ce60fd827
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ export const UsersTable = (props: { data: UserWChatInfo[] }) => {
|
|||
<DropdownMenuItem>
|
||||
<button
|
||||
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 })}
|
||||
type="button"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue