Return input bakgrounds to regular white.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-17 12:27:57 -04:00
parent 6543a78944
commit 2074324e43
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ $table-accent-bg: rgba(theme-color("primary"), .1);
// Forms
$input-bg: $gray-400;
$input-bg: $white;
$input-disabled-bg: $gray-600;
$input-color: $black;
$input-border-color: rgba($gray-600,.15);