From 7d1fea271bf7f2c475ea395fe58ff581ceb78471 Mon Sep 17 00:00:00 2001 From: Sergey Vinogradov Date: Thu, 17 Sep 2026 16:14:28 +0400 Subject: [PATCH] docs: add field label properties to the form item styling table Co-Authored-By: Claude Fable 5.1 --- articles/components/form-layout/styling.adoc | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) 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) |===