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