Skip to content

Commit

Permalink
fix(forms): Changes input text color to be darker.
Browse files Browse the repository at this point in the history
[Finishes #103033628]

BREAKING CHANGE: (sass variable) $input-color is now $neutral-3.
  • Loading branch information
Kenny Wang committed Sep 11, 2015
1 parent 6bbb67e commit df046bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/pui-variables.scss
Expand Up @@ -501,7 +501,7 @@ $input-bg-disabled: $gray-lighter !default;
$progress-border-radius: $border-radius-base !default;
$input-font-weight: $font-weight-em-high;

$input-color: $neutral-4 !default;
$input-color: $neutral-3 !default;
$input-color-hover: $accent-5;
$input-color-active: $accent-3;
$input-border: $neutral-7 !default;
Expand Down

0 comments on commit df046bd

Please sign in to comment.