Commit aa015b53 authored by Randall Leeds's avatar Randall Leeds

Increase error form field color contrast

parent ef955f89
......@@ -28,7 +28,7 @@
@mixin form-input-error {
color: $error-color;
border-color: color-weight($error-color, 300);
background-color: color-weight($error-color, 100);
background-color: color-weight($error-color, 50);
@include placeholder {
color: tint($error-color, 5%);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment