Skip to content

Commit

Permalink
fix(NumberInput): change font-weight to 400 (#12377)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Oct 25, 2022
1 parent e7f78d2 commit f043820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
border-radius: 0;
color: $text-primary;
font-family: font-family('mono');
font-weight: 300;
font-weight: 400;
transition: background-color $duration-fast-01 motion(standard, productive),
outline $duration-fast-01 motion(standard, productive);

Expand Down

0 comments on commit f043820

Please sign in to comment.