Merge pull request #572 from BlueWallet/distance-bignumber

fix distance to btc and fiat
This commit is contained in:
Overtorment 2019-08-08 20:20:56 +01:00 committed by GitHub
commit 630da9d24c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1983,7 +1983,7 @@ export class BlueBitcoinAmount extends Component {
return (
<TouchableWithoutFeedback disabled={this.props.pointerEvents === 'none'} onPress={() => this.textInput.focus()}>
<View>
<View style={{ flexDirection: 'row', justifyContent: 'center', paddingTop: 16, paddingBottom: 16 }}>
<View style={{ flexDirection: 'row', justifyContent: 'center', paddingTop: 16, paddingBottom: 2 }}>
<TextInput
{...this.props}
keyboardType="numeric"

View file

@ -381,4 +381,4 @@ WalletTransactions.propTypes = {
getParam: PropTypes.func,
setParams: PropTypes.func,
}),
};
};