diff --git a/functions/public/Invoke-WPFUIElements.ps1 b/functions/public/Invoke-WPFUIElements.ps1
index 2319d6fe..f8e9c7ba 100644
--- a/functions/public/Invoke-WPFUIElements.ps1
+++ b/functions/public/Invoke-WPFUIElements.ps1
@@ -186,6 +186,7 @@ function Invoke-WPFUIElements {
$label.ToolTip = $entryInfo.Description
$label.HorizontalAlignment = "Left"
$label.FontSize = $theme.FontSize
+ $label.Foreground = $theme.MainForegroundColor
$dockPanel.Children.Add($label) | Out-Null
$stackPanel.Children.Add($dockPanel) | Out-Null
diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml
index db4be1a9..827017f1 100644
--- a/xaml/inputXML.xaml
+++ b/xaml/inputXML.xaml
@@ -315,7 +315,7 @@
Margin="2"
SnapsToDevicePixels="True"/>
@@ -427,7 +427,11 @@
Width="34" Height="17">
+ HorizontalAlignment="Left" Width="10.8"
+ RenderTransformOrigin="0.5, 0.5">
+
+
+
@@ -438,12 +442,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+