Skip to content

Commit

Permalink
fix: xiao changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamatt committed Jul 25, 2023
1 parent 46bc6c4 commit d748cb4
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions doc/styles/DatePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,42 @@ IsDefaultStyle*: Styles in this column will be set as the default implicit style
## Lightweight Styling
Style Key|Resource Type|Default Value
-|-|-
DatePickerButtonForeground|Foreground|PrimaryBrush
DatePickerButtonForegroundPointerOver|Foreground|PrimaryBrush
DatePickerButtonForegroundPressed|Foreground|PrimaryBrush
DatePickerButtonForegroundDisabled|Foreground|OnSurfaceLowBrush
DatePickerButtonDateTextForeground|Foreground|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundPointerOver|Foreground|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundPressed|Foreground|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundDisabled|Foreground|OnSurfaceLowBrush
DatePickerPlaceholderTextForeground|Foreground|OnSurfaceLowBrush
DatePickerButtonBackground|Background|SurfaceVariantBrush
DatePickerButtonBackgroundPointerOver|Background|SurfaceVariantBrush
DatePickerButtonBackgroundPressed|Background|SurfaceVariantBrush
DatePickerButtonBackgroundDisabled|Background|PrimaryFocusedBrush
DatePickerFlyoutButtonBackground|Background|PrimarySelectedBrush
DatePickerFlyoutPresenterBackground|Background|DatePickerFlyoutPresenterBackground
DatePickerButtonBorderBrush|BorderBrush|PrimaryBrush
DatePickerButtonBorderBrushPointerOver|BorderBrush|PrimaryBrush
DatePickerButtonBorderBrushPressed|BorderBrush|PrimaryBrush
DatePickerButtonBorderBrushDisabled|BorderBrush|OnSurfaceLowBrush
DatePickerFlyoutPresenterBorderBrush|BorderBrush|OnSurfaceFocusedBrush
DatePickerFlyoutPresenterSpacerFill|Fill|OnSurfaceFocusedBrush
DatePickerFlyoutPresenterHighlightFill|Fill|PrimarySelectedBrush
DatePickerFlyoutButtonOpacityPressed|Opacity|0.65
DatePickerFlyoutButtonOpacityDisabled|Opacity|0.65
DatePickerButtonForeground|SolidColorBrush|PrimaryBrush
DatePickerButtonForegroundPointerOver|SolidColorBrush|PrimaryBrush
DatePickerButtonForegroundPressed|SolidColorBrush|PrimaryBrush
DatePickerButtonForegroundDisabled|SolidColorBrush|OnSurfaceLowBrush
DatePickerButtonDateTextForeground|SolidColorBrush|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundPointerOver|SolidColorBrush|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundPressed|SolidColorBrush|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundDisabled|SolidColorBrush|OnSurfaceLowBrush
DatePickerPlaceholderTextForeground|SolidColorBrush|OnSurfaceLowBrush
DatePickerButtonBackground|SolidColorBrush|SurfaceVariantBrush
DatePickerButtonBackgroundPointerOver|SolidColorBrush|SurfaceVariantBrush
DatePickerButtonBackgroundPressed|SolidColorBrush|SurfaceVariantBrush
DatePickerButtonBackgroundDisabled|SolidColorBrush|PrimaryFocusedBrush
DatePickerFlyoutButtonBackground|SolidColorBrush|PrimarySelectedBrush
DatePickerFlyoutPresenterBackground|SolidColorBrush|DatePickerFlyoutPresenterBackground
DatePickerButtonBorderBrush|SolidColorBrush|PrimaryBrush
DatePickerButtonBorderBrushPointerOver|SolidColorBrush|PrimaryBrush
DatePickerButtonBorderBrushPressed|SolidColorBrush|PrimaryBrush
DatePickerButtonBorderBrushDisabled|SolidColorBrush|OnSurfaceLowBrush
DatePickerFlyoutPresenterBorderBrush|SolidColorBrush|OnSurfaceFocusedBrush
DatePickerFlyoutPresenterSpacerFill|SolidColorBrush|OnSurfaceFocusedBrush
DatePickerFlyoutPresenterHighlightFill|SolidColorBrush|PrimarySelectedBrush
DatePickerFlyoutButtonOpacityPressed|Double|0.65
DatePickerFlyoutButtonOpacityDisabled|Double|0.65
DatePickerFlyoutPresenterCornerRadius|CornerRadius|OverlayCornerRadius
DatePickerCornerRadius|CornerRadius|4,4,0,0
DatePickerFlyoutPresenterFontFamily|FontFamily|MaterialRegularFontFamily
DatePickerFlyoutPresenterFontSize|FontSize|ControlContentThemeFontSize
DateTimeFlyoutBorderThickness|BorderThickness|1
DatePickerHeight|Height|53
DatePickerFlyoutPresenterAcceptDismissHostGridHeight|Height|41
DatePickerFlyoutPresenterHighlightHeight|Height|40
DatePickerFlyoutPresenterWidth|Width|296
DatePickerSpacerThemeWidth|Width|1
DatePickerFlyoutPresenterMaxHeight|MaxHeight|398
DatePickerFlyoutPresenterMinWidth|MinWidth|296
DatePickerFlyoutElevation|Elevation|8
DatePickerHostPadding|Padding|24,24,8,8
DatePickerFlyoutButtonPadding|Padding|0
DatePickerFlyoutPresenterFontSize|Double|ControlContentThemeFontSize
DateTimeFlyoutBorderThickness|Thickness|1
DatePickerHeight|Double|53
DatePickerFlyoutPresenterAcceptDismissHostGridHeight|Double|41
DatePickerFlyoutPresenterHighlightHeight|Double|40
DatePickerFlyoutPresenterWidth|Double|296
DatePickerSpacerThemeWidth|Double|1
DatePickerFlyoutPresenterMaxHeight|Double|398
DatePickerFlyoutPresenterMinWidth|Double|296
DatePickerFlyoutElevation|Double|8
DatePickerHostPadding|Thickness|24,24,8,8
DatePickerFlyoutButtonPadding|Thickness|0

0 comments on commit d748cb4

Please sign in to comment.