diff --git a/components/Input/index.scss b/components/Input/index.scss index 21fe24d8..9ec5d332 100644 --- a/components/Input/index.scss +++ b/components/Input/index.scss @@ -5,7 +5,7 @@ border-radius: 6px; box-sizing: border-box; display: block; - padding: $unit-2x; + padding: ($unit * 1.5) $unit-2x; width: 100%; &.Bound {