Skip to content

Commit

Permalink
chore: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Apr 2, 2024
1 parent 92a25fe commit e99199f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/styles/CheckBox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
4 changes: 2 additions & 2 deletions doc/styles/PasswordBox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion doc/styles/RadioButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
4 changes: 2 additions & 2 deletions doc/styles/TextBox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit e99199f

Please sign in to comment.