From 4ce60fd82750c5507bd4cd32f054f4200a794a4f Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 16 Dec 2025 15:17:42 +0100 Subject: [PATCH] refactor: update button class for improved cursor indication in UsersTable --- apps/infoalloggi/src/components/tables/users-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/src/components/tables/users-table.tsx b/apps/infoalloggi/src/components/tables/users-table.tsx index 11ca725..7497016 100644 --- a/apps/infoalloggi/src/components/tables/users-table.tsx +++ b/apps/infoalloggi/src/components/tables/users-table.tsx @@ -265,7 +265,7 @@ export const UsersTable = (props: { data: UserWChatInfo[] }) => {