Merge pull request #8601 from BlueWallet/fix-amount-input
FIX: swap AmountInput zIndex so TextInput sits on top
This commit is contained in:
commit
8310c5f9fa
@ -555,11 +555,11 @@ const styles = StyleSheet.create({
|
||||
alignItems: 'center',
|
||||
paddingHorizontal: INPUT_HORIZONTAL_PADDING,
|
||||
paddingVertical: INPUT_VERTICAL_PADDING,
|
||||
zIndex: 2,
|
||||
zIndex: 1,
|
||||
},
|
||||
inputOverlay: {
|
||||
...StyleSheet.absoluteFill,
|
||||
zIndex: 1,
|
||||
zIndex: 2,
|
||||
},
|
||||
cryptoCurrency: {
|
||||
fontSize: 15,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user