diff --git a/EbayListingTool/Views/SavedListingsView.xaml.cs b/EbayListingTool/Views/SavedListingsView.xaml.cs index 338e04d..2a884e6 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.Accent"), + Foreground = (Brush)FindResource("MahApps.Brushes.ThemeForeground"), 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.Gray5"), + Foreground = (Brush)FindResource("MahApps.Brushes.Gray3"), Margin = new Thickness(0, 3, 0, 0) });