Skip to content

Commit

Permalink
reduce FormControl Hint letter-spacing to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Nov 26, 2024
1 parent 39fb4df commit 817480a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
display: block;
font-size: var(--brand-text-size-100);
font-weight: var(--base-text-weight-regular);
letter-spacing: var(--brand-text-letterSpacing-200);
letter-spacing: var(--brand-text-letterSpacing-100);
line-height: var(--brand-text-lineHeight-100);
}

Expand Down

0 comments on commit 817480a

Please sign in to comment.