AAE-25387 Styles preview (#10199)

This commit is contained in:
Kasia Biernat-Kluba
2024-09-11 16:20:30 +02:00
committed by GitHub
parent 20e770d58c
commit ed24f4932c
4 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
font-size: var(--adf-radio-buttons-font-size, var(--adf-form-label-font-size, var(--theme-caption-font-size)));
font-weight: var(--adf-radio-buttons-font-weight, var(--adf-form-label-font-weight, var(--theme-font-weight)));
color: var(--adf-radio-buttons-color, var(--adf-form-label-color, var(--adf-theme-foreground-secondary-text-color)));
line-height: normal;
}
}