Button Color

This commit is contained in:
Zhang Dian
2023-02-02 17:00:18 +08:00
parent 76f82bebb8
commit a7a677db3a
16 changed files with 101 additions and 101 deletions

View File

@@ -7,7 +7,7 @@
<SolidColorBrush x:Key="CalendarDatePickerBorderBrush" Color="#C6CACD" />
<Thickness x:Key="CalendarDatePickerBorderThickness">1</Thickness>
<CornerRadius x:Key="CalendarDatePickerCornerRadius">3</CornerRadius>
<SolidColorBrush x:Key="CalendarDatePickerFocusBorderBrush" Color="#004FB3" />
<SolidColorBrush x:Key="CalendarDatePickerFocusBorderBrush" Color="#A9D7FF" />
<SolidColorBrush x:Key="CalendarDatePickerDisabledBackground" Color="#F9F9F9" />
<SolidColorBrush x:Key="CalendarDatePickerDisabledBorderBrush" Color="#F9F9F9" />
<SolidColorBrush x:Key="CalendarDatePickerDisabledIconForeground" Opacity="0.4" Color="#E6E8EA" />