Skip to content

Commit

Permalink
feat(Number Input): Increase label contrast for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
hxltrhuxze committed Jun 8, 2020
1 parent 7b6810b commit a6ede52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css-framework/src/components/_numberinput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
pointer-events: none;
color: f.color("neutral", "300");
color: f.color("neutral", "400");
font-size: f.font-size("base");
}

Expand Down Expand Up @@ -168,7 +168,7 @@
border-right: 1px solid f.color("neutral", "200");
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
color: f.color("neutral", "300");
color: f.color("neutral", "400");
font-weight: 600;
line-height: 1;
font-size: f.font-size("base");
Expand Down

0 comments on commit a6ede52

Please sign in to comment.