From b1e6519bada53a03724c866bccccde2a7cc57d52 Mon Sep 17 00:00:00 2001
From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com>
Date: Tue, 28 Apr 2026 09:10:43 -0400
Subject: [PATCH] Revert "Merge pull request #294 from
erikdarlingdata/ui/insight-cards"
This reverts commit 8495b24396078f591e5622768a1d6f071c0bfdc1, reversing
changes made to 909290e24ac0c50eca9413f6e83e672334f985e0.
---
.../Controls/PlanViewerControl.axaml | 66 +++++++++----------
src/PlanViewer.App/Themes/DarkTheme.axaml | 4 --
2 files changed, 33 insertions(+), 37 deletions(-)
diff --git a/src/PlanViewer.App/Controls/PlanViewerControl.axaml b/src/PlanViewer.App/Controls/PlanViewerControl.axaml
index e8bccfb..7bb50c3 100644
--- a/src/PlanViewer.App/Controls/PlanViewerControl.axaml
+++ b/src/PlanViewer.App/Controls/PlanViewerControl.axaml
@@ -2,22 +2,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="PlanViewer.App.Controls.PlanViewerControl"
Background="{DynamicResource BackgroundBrush}">
-
-
-
-
@@ -90,7 +74,7 @@
FontWeight="SemiBold"
Foreground="{DynamicResource ForegroundBrush}"/>
-
+
@@ -100,14 +84,18 @@
-
-
+
-
+
+ FontSize="13"
+ FontWeight="SemiBold"
+ Foreground="{DynamicResource ForegroundBrush}"
+ Margin="0,0,0,4"/>
-
+
+ FontSize="13"
+ FontWeight="SemiBold" Foreground="#FFB347"
+ Margin="0,0,0,6"/>
-
+
+ FontSize="13"
+ FontWeight="SemiBold" Foreground="#7BCF7B"
+ Margin="0,0,0,6"/>
-
+
+ FontSize="13"
+ FontWeight="SemiBold" Foreground="#4FA3FF"
+ Margin="0,0,0,6"/>
-
-
-
-
#2eaef1
#2596d4