mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Merge pull request #572 from BlueWallet/distance-bignumber
fix distance to btc and fiat
This commit is contained in:
commit
630da9d24c
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -381,4 +381,4 @@ WalletTransactions.propTypes = {
|
|||
getParam: PropTypes.func,
|
||||
setParams: PropTypes.func,
|
||||
}),
|
||||
};
|
||||
};
|
Loading…
Add table
Reference in a new issue