Skip to content

Commit 2f5a198

Browse files
committed
Make the heading on form elements less bold
1 parent 9cb8020 commit 2f5a198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/styles/components/forms.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ input[type=number] {
7979
}
8080

8181
label {
82-
@apply .block .text-xs .font-medium .uppercase .text-neutral-700 .mb-2;
82+
@apply .block .text-xs .uppercase .text-neutral-700 .mb-2;
8383
}
8484

8585
select:not(.appearance-none) {

0 commit comments

Comments
 (0)