diff --git a/src/Wpf.Ui.Gallery/Controls/ControlExample.xaml b/src/Wpf.Ui.Gallery/Controls/ControlExample.xaml index 4635a3247..2ab2a2c20 100644 --- a/src/Wpf.Ui.Gallery/Controls/ControlExample.xaml +++ b/src/Wpf.Ui.Gallery/Controls/ControlExample.xaml @@ -26,6 +26,7 @@ Grid.Row="0" Margin="0,0,0,10" FontTypography="BodyStrong" + Foreground="{DynamicResource TextFillColorPrimaryBrush}" Text="{TemplateBinding HeaderText}" Visibility="{TemplateBinding HeaderText, Converter={StaticResource NullToVisibilityConverter}}" /> @@ -33,8 +34,8 @@ @@ -42,7 +43,6 @@ @@ -50,6 +50,7 @@ @@ -71,6 +71,7 @@ - + diff --git a/src/Wpf.Ui.Gallery/Views/Pages/DashboardPage.xaml b/src/Wpf.Ui.Gallery/Views/Pages/DashboardPage.xaml index 0dbc9eb16..fe3db4866 100644 --- a/src/Wpf.Ui.Gallery/Views/Pages/DashboardPage.xaml +++ b/src/Wpf.Ui.Gallery/Views/Pages/DashboardPage.xaml @@ -1,4 +1,4 @@ - @@ -154,8 +155,8 @@ Text="Dialogs & Flyouts" TextWrapping="WrapWithOverflow" /> @@ -192,8 +193,8 @@ Text="Navigation" TextWrapping="WrapWithOverflow" /> diff --git a/src/Wpf.Ui.Gallery/Views/Pages/Navigation/BreadcrumbBarPage.xaml b/src/Wpf.Ui.Gallery/Views/Pages/Navigation/BreadcrumbBarPage.xaml index 5e393b6a7..609ae96b9 100644 --- a/src/Wpf.Ui.Gallery/Views/Pages/Navigation/BreadcrumbBarPage.xaml +++ b/src/Wpf.Ui.Gallery/Views/Pages/Navigation/BreadcrumbBarPage.xaml @@ -36,7 +36,6 @@ - diff --git a/src/Wpf.Ui.Gallery/Views/Pages/SettingsPage.xaml b/src/Wpf.Ui.Gallery/Views/Pages/SettingsPage.xaml index a901fbabd..6d28b61c7 100644 --- a/src/Wpf.Ui.Gallery/Views/Pages/SettingsPage.xaml +++ b/src/Wpf.Ui.Gallery/Views/Pages/SettingsPage.xaml @@ -14,9 +14,6 @@ IsDesignTimeCreatable=False}" d:DesignHeight="450" d:DesignWidth="800" - ui:Design.Background="{DynamicResource ApplicationBackgroundBrush}" - ui:Design.Foreground="{DynamicResource TextFillColorPrimaryBrush}" - Foreground="{DynamicResource TextFillColorPrimaryBrush}" mc:Ignorable="d"> @@ -37,7 +34,7 @@ Text="App theme" /> @@ -93,7 +90,7 @@ diff --git a/src/Wpf.Ui.Gallery/Views/Pages/Windows/WindowsPage.xaml b/src/Wpf.Ui.Gallery/Views/Pages/Windows/WindowsPage.xaml index 0016b7c20..0ba3a3af2 100644 --- a/src/Wpf.Ui.Gallery/Views/Pages/Windows/WindowsPage.xaml +++ b/src/Wpf.Ui.Gallery/Views/Pages/Windows/WindowsPage.xaml @@ -1,4 +1,4 @@ - + +