feat: standardize font size and weight for input component and labels

This commit is contained in:
2026-06-26 10:35:12 -03:00
parent bccb1b565f
commit 236a3772a4
2 changed files with 4 additions and 1 deletions

View File

@@ -24,6 +24,8 @@
padding: 0.625rem 1rem;
border-radius: 0.5rem;
color: #212529;
font-size: 15px;
font-weight: 400;
&:focus {
box-shadow: none;

View File

@@ -14,5 +14,6 @@
label {
display: block;
margin-bottom: 0.375rem;
font-weight: 500;
font-size: 13px;
font-weight: 400;
}