Skip to content

Commit

Permalink
fix(FormField): correctly apply hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Oct 1, 2019
1 parent 922d03c commit 995f543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-ui/form-field/src/form-field.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $foreground: color(pure);

$label-disabled-color: color(utility);
$outline-color: color(utility, light);
$outline-color-hover: pure(dark);
$outline-color-hover: color(pure, dark);
$outline-color-primary: color(primary);
$outline-color-accent: color(accent);
$outline-color-warn: color(warn);
Expand Down

0 comments on commit 995f543

Please sign in to comment.