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, }} >