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" />,