From f2aaa82ad62590e4f7903652f54a09dfedca8498 Mon Sep 17 00:00:00 2001 From: oomeow Date: Mon, 27 Oct 2025 20:17:34 +0800 Subject: [PATCH] chore: update --- src/components/connection/connection-table.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/connection/connection-table.tsx b/src/components/connection/connection-table.tsx index ec06ce53..bf80d51e 100644 --- a/src/components/connection/connection-table.tsx +++ b/src/components/connection/connection-table.tsx @@ -50,8 +50,7 @@ export const ConnectionTable = (props: Props) => { } - label="Cancel" - className="textPrimary" + label="Close" onClick={() => closeConnections(id.toString())} color="inherit" />,