aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 88c7c2f9d..29493861d 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -9,7 +9,7 @@
width: 100%;
height: $input-height;
padding: $input-padding-y $input-padding-x;
- font-size: $font-size-base;
+ font-size: $input-font-size;
font-weight: $input-font-weight;
line-height: $input-line-height;
color: $input-color;