File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -477,6 +477,7 @@ export default class TextField extends BaseInput {
477
477
this . styles . input ,
478
478
hideUnderline && this . styles . inputWithoutUnderline ,
479
479
typography ,
480
+ { minHeight : typography . lineHeight } ,
480
481
color && { color} ,
481
482
// with the right flex on the tree hierarchy we might not need this
482
483
// {height: this.getHeight()},
@@ -527,7 +528,8 @@ export default class TextField extends BaseInput {
527
528
this . styles . innerContainer ,
528
529
hideUnderline && this . styles . innerContainerWithoutUnderline ,
529
530
{ borderColor : underlineStateColor } ,
530
- { paddingTop : this . getTopPaddings ( ) } ] }
531
+ { paddingTop : this . getTopPaddings ( ) }
532
+ ] }
531
533
>
532
534
{ this . renderPlaceholder ( ) }
533
535
{ expandable ? this . renderExpandableInput ( ) : this . renderTextInput ( ) }
You can’t perform that action at this time.
0 commit comments