diff --git a/doc/styles/CheckBox.md b/doc/styles/CheckBox.md index 3d58edf24..a80cd32e8 100644 --- a/doc/styles/CheckBox.md +++ b/doc/styles/CheckBox.md @@ -76,7 +76,7 @@ IsDefaultStyle\*: Styles in this column will be set as the default implicit styl | `CheckBoxCheckBackgroundFillIndeterminatePointerOver` | `SolidColorBrush` | `PrimaryBrush` | | `CheckBoxCheckBackgroundFillIndeterminatePressed` | `SolidColorBrush` | `PrimaryBrush` | | `CheckBoxCheckBackgroundFillIndeterminateDisabled` | `SolidColorBrush` | `OnSurfaceLowBrush` | -| `CheckBoxFontFamily` | `FontFamily` | `MaterialMediumFontFamily` | +| `CheckBoxFontFamily` | `FontFamily` | `BodySmallFontFamily` | | `CheckBoxFontWeight` | `String` | `BodySmallFontWeight` | | `CheckBoxFontSize` | `Double` | `BodySmallFontSize` | | `CheckBoxCharacterSpacing` | `Int32` | `BodySmallCharacterSpacing` | diff --git a/doc/styles/PasswordBox.md b/doc/styles/PasswordBox.md index 8d0287f8d..ebfed5cb5 100644 --- a/doc/styles/PasswordBox.md +++ b/doc/styles/PasswordBox.md @@ -39,7 +39,7 @@ IsDefaultStyle\*: Styles in this column will be set as the default implicit styl | `FilledPasswordBoxPlaceholderForegroundFocused` | `SolidColorBrush` | `PrimaryBrush` | | `FilledPasswordBoxPlaceholderForegroundDisabled` | `SolidColorBrush` | `OnSurfaceLowBrush` | | `FilledPasswordBoxRevealButtonForeground` | `SolidColorBrush` | `OnSurfaceVariantBrush` | -| `FilledPasswordBoxFontFamily` | `FontFamily` | `MaterialMediumFontFamily` | +| `FilledPasswordBoxFontFamily` | `FontFamily` | `BodyLargeFontFamily` | | `FilledPasswordBoxFontWeight` | `String` | `BodyLargeFontWeight` | | `FilledPasswordBoxFontSize` | `Double` | `BodyLargeFontSize` | | `FilledPasswordBoxCharacterSpacing` | `Int32` | `BodyLargeCharacterSpacing` | @@ -65,7 +65,7 @@ IsDefaultStyle\*: Styles in this column will be set as the default implicit styl | `OutlinedPasswordBoxPlaceholderForegroundPointerOver` | `SolidColorBrush` | `OnSurfaceBrush` | | `OutlinedPasswordBoxPlaceholderForegroundFocused` | `SolidColorBrush` | `PrimaryBrush` | | `OutlinedPasswordBoxPlaceholderForegroundDisabled` | `SolidColorBrush` | `OnSurfaceLowBrush` | -| `OutlinedPasswordBoxFontFamily` | `FontFamily` | `MaterialMediumFontFamily` | +| `OutlinedPasswordBoxFontFamily` | `FontFamily` | `BodyLargeFontFamily` | | `OutlinedPasswordBoxFontWeight` | `String` | `BodyLargeFontWeight` | | `OutlinedPasswordBoxFontSize` | `Double` | `BodyLargeFontSize` | | `OutlinedPasswordBoxCharacterSpacing` | `Int32` | `BodyLargeCharacterSpacing` | diff --git a/doc/styles/RadioButton.md b/doc/styles/RadioButton.md index b4b110273..99b76ff15 100644 --- a/doc/styles/RadioButton.md +++ b/doc/styles/RadioButton.md @@ -41,7 +41,7 @@ IsDefaultStyle\*: Styles in this column will be set as the default implicit styl | `RadioButtonStateCircleOpacityPointerOver` | `Double` | `HoverOpacity` | | `RadioButtonStateCircleOpacityPressed` | `Double` | `PressedOpacity` | | `RadioButtonStateCircleOpacityFocused` | `Double` | `FocusedOpacity` | -| `RadioButtonFontFamily` | `FontFamily` | `MaterialMediumFontFamily` | +| `RadioButtonFontFamily` | `FontFamily` | `BodySmallFontFamily` | | `RadioButtonFontWeight` | `String` | `BodySmallFontWeight` | | `RadioButtonFontSize` | `Double` | `BodySmallFontSize` | | `RadioButtonCharacterSpacing` | `Int32` | `BodySmallCharacterSpacing` | diff --git a/doc/styles/TextBox.md b/doc/styles/TextBox.md index 3019fe3d2..74e78cce0 100644 --- a/doc/styles/TextBox.md +++ b/doc/styles/TextBox.md @@ -57,11 +57,11 @@ IsDefaultStyle\*: Styles in this column will be set as the default implicit styl | `OutlinedTextBoxPlaceholderForegroundPointerOver` | `SolidColorBrush` | `OnSurfaceVariantBrush` | | `OutlinedTextBoxPlaceholderForegroundFocused` | `SolidColorBrush` | `PrimaryBrush` | | `OutlinedTextBoxPlaceholderForegroundDisabled` | `SolidColorBrush` | `OnSurfaceLowBrush` | -| `OutlinedTextBoxFontFamily` | `FontFamily` | `MaterialMediumFontFamily` | +| `OutlinedTextBoxFontFamily` | `FontFamily` | `BodyLargeFontFamily` | | `OutlinedTextBoxFontWeight` | `String` | `BodyLargeFontWeight` | | `OutlinedTextBoxFontSize` | `Double` | `BodyLargeFontSize` | | `OutlinedTextBoxCharacterSpacing` | `Int32` | `BodyLargeCharacterSpacing` | -| `FilledTextBoxFontFamily` | `FontFamily` | `MaterialMediumFontFamily` | +| `FilledTextBoxFontFamily` | `FontFamily` | `BodyLargeFontFamily` | | `FilledTextBoxFontWeight` | `String` | `BodyLargeFontWeight` | | `FilledTextBoxFontSize` | `Double` | `BodyLargeFontSize` | | `FilledTextBoxCharacterSpacing` | `Int32` | `BodyLargeCharacterSpacing` |