Implement core spacing tokens (#27226)

This commit is contained in:
Jan-Philipp Benecke
2025-09-29 07:28:24 +02:00
committed by GitHub
parent e1edf7fb98
commit c0a9dadcbe
101 changed files with 164 additions and 141 deletions

View File

@@ -57,7 +57,7 @@ export class HaFormfield extends FormfieldBase {
}
.mdc-form-field {
align-items: var(--ha-formfield-align-items, center);
gap: 4px;
gap: var(--ha-space-1);
}
.mdc-form-field > label {
direction: var(--direction);