From 4c9d41d980bfea72089df6ba1b736c800126459d Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 25 Oct 2018 14:30:31 +0100 Subject: [PATCH 1/2] fix color resource names --- samples/ControlCatalog/Pages/ButtonPage.xaml | 2 +- src/Avalonia.Themes.Default/Button.xaml | 4 ++-- src/Avalonia.Themes.Default/ButtonSpinner.xaml | 2 +- src/Avalonia.Themes.Default/Calendar.xaml | 2 +- src/Avalonia.Themes.Default/CalendarButton.xaml | 4 ++-- src/Avalonia.Themes.Default/CalendarDayButton.xaml | 4 ++-- src/Avalonia.Themes.Default/CalendarItem.xaml | 2 +- src/Avalonia.Themes.Default/CheckBox.xaml | 2 +- .../DataValidationErrors.xaml | 2 +- src/Avalonia.Themes.Default/DatePicker.xaml | 12 ++++++------ src/Avalonia.Themes.Default/DropDown.xaml | 2 +- src/Avalonia.Themes.Default/Expander.xaml | 2 +- src/Avalonia.Themes.Default/GridSplitter.xaml | 4 ++-- src/Avalonia.Themes.Default/NumericUpDown.xaml | 2 +- src/Avalonia.Themes.Default/RadioButton.xaml | 2 +- src/Avalonia.Themes.Default/RepeatButton.xaml | 4 ++-- src/Avalonia.Themes.Default/ScrollBar.xaml | 12 ++++++------ src/Avalonia.Themes.Default/Slider.xaml | 4 ++-- src/Avalonia.Themes.Default/TabStripItem.xaml | 2 +- src/Avalonia.Themes.Default/TextBox.xaml | 4 ++-- src/Avalonia.Themes.Default/ToggleButton.xaml | 6 +++--- 21 files changed, 40 insertions(+), 40 deletions(-) diff --git a/samples/ControlCatalog/Pages/ButtonPage.xaml b/samples/ControlCatalog/Pages/ButtonPage.xaml index 38757148ab2..a4690e32e1e 100644 --- a/samples/ControlCatalog/Pages/ButtonPage.xaml +++ b/samples/ControlCatalog/Pages/ButtonPage.xaml @@ -18,7 +18,7 @@ diff --git a/src/Avalonia.Themes.Default/Button.xaml b/src/Avalonia.Themes.Default/Button.xaml index 94fcce5e0ce..698ddec2a84 100644 --- a/src/Avalonia.Themes.Default/Button.xaml +++ b/src/Avalonia.Themes.Default/Button.xaml @@ -1,7 +1,7 @@ diff --git a/src/Avalonia.Themes.Default/CalendarDayButton.xaml b/src/Avalonia.Themes.Default/CalendarDayButton.xaml index 4a971ef0cbc..2d79e62a75e 100644 --- a/src/Avalonia.Themes.Default/CalendarDayButton.xaml +++ b/src/Avalonia.Themes.Default/CalendarDayButton.xaml @@ -100,10 +100,10 @@ diff --git a/src/Avalonia.Themes.Default/DatePicker.xaml b/src/Avalonia.Themes.Default/DatePicker.xaml index 93bafdb56f9..3fb760d35b9 100644 --- a/src/Avalonia.Themes.Default/DatePicker.xaml +++ b/src/Avalonia.Themes.Default/DatePicker.xaml @@ -29,7 +29,7 @@ HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0" - Background="{DynamicResource ThemeControlLightBrush}" + Background="{DynamicResource ThemeControlLowBrush}" ColumnDefinitions="*,*,*,*" RowDefinitions="23*,19*,19*,19*" ClipToBounds="False"> @@ -47,12 +47,12 @@ Grid.Row="1" Grid.RowSpan="3" BorderThickness="1" - BorderBrush="{DynamicResource ThemeBorderDarkBrush}" + BorderBrush="{DynamicResource ThemeBorderHighBrush}" CornerRadius=".5" /> + Foreground="{DynamicResource ThemeBorderHighBrush}"> - + @@ -123,7 +123,7 @@ diff --git a/src/Avalonia.Themes.Default/DropDown.xaml b/src/Avalonia.Themes.Default/DropDown.xaml index c57d961f4ba..451f1c2f23e 100644 --- a/src/Avalonia.Themes.Default/DropDown.xaml +++ b/src/Avalonia.Themes.Default/DropDown.xaml @@ -52,6 +52,6 @@ \ No newline at end of file diff --git a/src/Avalonia.Themes.Default/Expander.xaml b/src/Avalonia.Themes.Default/Expander.xaml index b34189bac0d..d63f785e77c 100644 --- a/src/Avalonia.Themes.Default/Expander.xaml +++ b/src/Avalonia.Themes.Default/Expander.xaml @@ -108,7 +108,7 @@