diff --git a/articles/components/form-layout/styling.adoc b/articles/components/form-layout/styling.adoc index 6f4123a8eb..8b4ae59903 100644 --- a/articles/components/form-layout/styling.adoc +++ b/articles/components/form-layout/styling.adoc @@ -53,17 +53,29 @@ include::../_styling-section-theming-props.adoc[tag=style-properties] |=== | Property | Supported by -|`--vaadin-form-item-label-color` +|`--vaadin-input-field-label-color` +|Aura, Lumo + +|`--vaadin-input-field-label-font-size` +|Aura, Lumo + +|`--vaadin-input-field-label-font-weight` +|Aura, Lumo + +|`--vaadin-input-field-label-line-height` |Aura +|`--vaadin-form-item-label-color` +|Aura (deprecated, use `--vaadin-input-field-label-color` instead) + |`--vaadin-form-item-label-font-size` -|Aura +|Aura (deprecated, use `--vaadin-input-field-label-font-size` instead) |`--vaadin-form-item-label-font-weight` -|Aura +|Aura (deprecated, use `--vaadin-input-field-label-font-weight` instead) |`--vaadin-form-item-label-line-height` -|Aura +|Aura (deprecated, use `--vaadin-input-field-label-line-height` instead) |===