correcting input bg

This commit is contained in:
Alex Windett 2017-02-03 12:38:00 +00:00
parent e08fa9fb78
commit 6a13f921ee
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module.exports = css`
padding: ${paddingTop} ${remcalc(18)};
border-radius: ${boxes.borderRadius};
background-color: ${colors.base.primary};
background-color: ${colors.base.white};
box-shadow: ${boxes.insetShaddow};
border: ${boxes.border.unchecked};