Merge pull request #8601 from BlueWallet/fix-amount-input

FIX: swap AmountInput zIndex so TextInput sits on top
This commit is contained in:
GLaDOS 2026-05-27 19:14:06 +01:00 committed by GitHub
commit 8310c5f9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,