Skip to content

Commit 3c5d7be

Browse files
committed
fix: web width issue
Closes #19
1 parent 2d70824 commit 3c5d7be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ class InputSpinner extends Component {
605605
return [
606606
Style.container,
607607
{
608+
flex: 1,
608609
borderColor: this.props.showBorder
609610
? this._getColor()
610611
: "transparent",
@@ -631,6 +632,7 @@ class InputSpinner extends Component {
631632
: "transparent",
632633
backgroundColor: this.props.background,
633634
height: this.props.height,
635+
flex: 1,
634636
},
635637
this.props.inputStyle,
636638
];

0 commit comments

Comments
 (0)