diff --git a/EbayListingTool/App.xaml b/EbayListingTool/App.xaml
index 22c53a5..26a5f58 100644
--- a/EbayListingTool/App.xaml
+++ b/EbayListingTool/App.xaml
@@ -7,7 +7,7 @@
-
+
diff --git a/EbayListingTool/Views/BulkImportView.xaml b/EbayListingTool/Views/BulkImportView.xaml
index beeef27..fa61e1f 100644
--- a/EbayListingTool/Views/BulkImportView.xaml
+++ b/EbayListingTool/Views/BulkImportView.xaml
@@ -462,10 +462,10 @@
+ Foreground="{DynamicResource MahApps.Brushes.Gray4}"/>
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
diff --git a/EbayListingTool/Views/PhotoAnalysisView.xaml b/EbayListingTool/Views/PhotoAnalysisView.xaml
index 973f7a7..7da77e3 100644
--- a/EbayListingTool/Views/PhotoAnalysisView.xaml
+++ b/EbayListingTool/Views/PhotoAnalysisView.xaml
@@ -198,7 +198,7 @@
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
@@ -242,7 +242,7 @@
@@ -296,7 +296,7 @@
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
@@ -457,10 +457,10 @@
@@ -470,10 +470,10 @@
@@ -482,7 +482,7 @@
@@ -507,7 +507,7 @@
FontSize="11" FontStyle="Italic"
TextWrapping="Wrap"
Margin="0,8,0,0"
- Foreground="{DynamicResource MahApps.Brushes.Gray3}"
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"
Visibility="Collapsed"/>
@@ -536,7 +536,7 @@
TextChanged="TitleBox_TextChanged"/>
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
diff --git a/EbayListingTool/Views/SavedListingsView.xaml b/EbayListingTool/Views/SavedListingsView.xaml
index a302f6a..a751a15 100644
--- a/EbayListingTool/Views/SavedListingsView.xaml
+++ b/EbayListingTool/Views/SavedListingsView.xaml
@@ -104,7 +104,7 @@
Width="13" Height="13"
Margin="0,0,7,0"
VerticalAlignment="Center"
- Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
@@ -187,7 +187,7 @@
Foreground="{DynamicResource MahApps.Brushes.Gray7}"
Margin="0,0,0,14"/>
@@ -218,18 +218,18 @@
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
diff --git a/EbayListingTool/Views/SavedListingsView.xaml.cs b/EbayListingTool/Views/SavedListingsView.xaml.cs
index 2a884e6..338e04d 100644
--- a/EbayListingTool/Views/SavedListingsView.xaml.cs
+++ b/EbayListingTool/Views/SavedListingsView.xaml.cs
@@ -188,7 +188,7 @@ public partial class SavedListingsView : UserControl
Text = listing.PriceDisplay,
FontSize = 13,
FontWeight = FontWeights.Bold,
- Foreground = (Brush)FindResource("MahApps.Brushes.ThemeForeground"),
+ Foreground = (Brush)FindResource("MahApps.Brushes.Accent"),
Margin = new Thickness(0, 0, 8, 0)
});
textStack.Children.Add(priceRow);
@@ -197,7 +197,7 @@ public partial class SavedListingsView : UserControl
{
Text = listing.SavedAtDisplay,
FontSize = 10,
- Foreground = (Brush)FindResource("MahApps.Brushes.Gray3"),
+ Foreground = (Brush)FindResource("MahApps.Brushes.Gray5"),
Margin = new Thickness(0, 3, 0, 0)
});
diff --git a/EbayListingTool/Views/SingleItemView.xaml b/EbayListingTool/Views/SingleItemView.xaml
index 4378ae2..c122f03 100644
--- a/EbayListingTool/Views/SingleItemView.xaml
+++ b/EbayListingTool/Views/SingleItemView.xaml
@@ -163,7 +163,7 @@
@@ -288,7 +288,7 @@
@@ -490,7 +490,7 @@
FontSize="12" FontWeight="Bold"
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
@@ -519,7 +519,7 @@
HorizontalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray7}"/>