From 40187e4284b5673b7ff5b7b8df56eaafb87fd3d1 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 29 Aug 2025 14:08:18 +0000 Subject: [PATCH] fix: ensure consistent blue border color for selected nodes - Made border color consistent across light/dark modes (always blue-500) - Added transparent border to unselected rows to prevent layout shift - This ensures all selected rows show the same blue indicator --- frontend-modern/src/components/shared/NodeSummaryTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-modern/src/components/shared/NodeSummaryTable.tsx b/frontend-modern/src/components/shared/NodeSummaryTable.tsx index 1cfa36ea7..92548d3b5 100644 --- a/frontend-modern/src/components/shared/NodeSummaryTable.tsx +++ b/frontend-modern/src/components/shared/NodeSummaryTable.tsx @@ -175,8 +175,8 @@ export const NodeSummaryTable: Component = (props) => { props.onNodeClick(nodeId, item.type)} >