From 33569746725b9d0d934e6ca0e802556abf1df134 Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Wed, 6 Dec 2023 19:44:50 +0000 Subject: [PATCH] fix(site): fix clickable props on the workspace table row --- site/src/pages/WorkspacesPage/WorkspacesTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/pages/WorkspacesPage/WorkspacesTable.tsx b/site/src/pages/WorkspacesPage/WorkspacesTable.tsx index c08563f8bc63f..449890ac6612d 100644 --- a/site/src/pages/WorkspacesPage/WorkspacesTable.tsx +++ b/site/src/pages/WorkspacesPage/WorkspacesTable.tsx @@ -259,6 +259,7 @@ const WorkspacesRow: FC = ({ {...clickableProps} data-testid={`workspace-${workspace.id}`} css={{ + ...clickableProps.css, backgroundColor: checked ? theme.palette.action.hover : undefined, }} >