Skip to content

Commit

Permalink
Make input field label font size bigger (12px --> 14px)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilelkihal committed Aug 27, 2023
1 parent 5966360 commit 4d2107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/components/input_field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.text-input-label {
font-size: 12px;
font-size: 14px;
color: #666666;
margin-bottom: 5px;
}
Expand Down

0 comments on commit 4d2107c

Please sign in to comment.