fix: label color

This commit is contained in:
Lucas Larroche 2024-01-08 22:43:18 +07:00
parent 5dfdb2cf20
commit 145eeb7d1f
10 changed files with 10 additions and 6 deletions

View file

@ -1418,6 +1418,7 @@ label,
fieldset legend {
display: block;
margin-bottom: calc(var(--pico-spacing) * 0.375);
color: var(--pico-color);
font-weight: var(--pico-form-label-font-weight, var(--pico-font-weight));
}