diff --git a/frontend/src/components/facility3d/SummaryOverlay.tsx b/frontend/src/components/facility3d/SummaryOverlay.tsx index 8fa60ff..5b16ff8 100644 --- a/frontend/src/components/facility3d/SummaryOverlay.tsx +++ b/frontend/src/components/facility3d/SummaryOverlay.tsx @@ -25,8 +25,8 @@ export function SectionSummary({ if (!isVisible) return null; return ( - -
+ +
{name} {plantCount} Plants @@ -90,19 +90,22 @@ export function RoomSummaryOverlay({ position: [number, number, number]; }) { return ( - -
-
- - {roomName} -
- {plantCount} + +
+
+ + {roomName} +
+ {plantCount} {warnings > 0 && ( -
+
+ + +
)}
{/* Arrow indicator */} -
+
);