Skip to content

Commit

Permalink
reduce FormControl Hint and Validation line-height to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Nov 26, 2024
1 parent 6618d5f commit 39fb4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/forms/FormControl/FormControl.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
font-size: var(--brand-text-size-100);
font-weight: var(--base-text-weight-regular);
letter-spacing: var(--brand-text-letterSpacing-200);
line-height: var(--brand-text-lineHeight-200);
line-height: var(--brand-text-lineHeight-100);
}

/*Validation*/
.FormControl-validation {
font-weight: var(--base-text-weight-regular);
font-size: var(--brand-text-size-100);
line-height: var(--brand-text-lineHeight-200);
line-height: var(--brand-text-lineHeight-100);
display: flex;
gap: var(--base-size-4);
}
Expand Down

0 comments on commit 39fb4df

Please sign in to comment.