Browse Source

Input: textarea should inherit font size

Leopoldthecoder 7 years ago
parent
commit
b91c5f8d11
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/theme-chalk/src/input.scss

+ 2 - 1
packages/theme-chalk/src/input.scss

@@ -247,6 +247,7 @@
   display: inline-block;
   width: 100%;
   vertical-align: bottom;
+  font-size: $--font-size-base;
 
   @include e(inner) {
     display: block;
@@ -255,7 +256,7 @@
     line-height: 1.5;
     box-sizing: border-box;
     width: 100%;
-    font-size: $--font-size-base;
+    font-size: inherit;
     color: $--input-color;
     background-color: $--input-fill;
     background-image: none;