Make the heading on form elements less bold
This commit is contained in:
parent
9cb8020dbe
commit
2f5a1984b3
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ input[type=number] {
|
|||
}
|
||||
|
||||
label {
|
||||
@apply .block .text-xs .font-medium .uppercase .text-neutral-700 .mb-2;
|
||||
@apply .block .text-xs .uppercase .text-neutral-700 .mb-2;
|
||||
}
|
||||
|
||||
select:not(.appearance-none) {
|
||||
|
|
Loading…
Reference in a new issue