mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
WIP
This commit is contained in:
parent
88f87a00d3
commit
3dbf5d4810
@ -92,7 +92,7 @@ const iStyles = StyleSheet.create({
|
||||
height: 94,
|
||||
position: 'absolute',
|
||||
bottom: 0,
|
||||
...(I18nManager.isRTL ? { right: 0 } : { left: 0 }),
|
||||
right: 0,
|
||||
},
|
||||
br: {
|
||||
backgroundColor: 'transparent',
|
||||
|
@ -36,7 +36,7 @@ const styles = StyleSheet.create({
|
||||
height: 94,
|
||||
position: 'absolute',
|
||||
bottom: 0,
|
||||
...(I18nManager.isRTL ? { right: 0 } : { left: 0 }),
|
||||
right: 0,
|
||||
},
|
||||
transparentText: {
|
||||
backgroundColor: 'transparent',
|
||||
|
@ -50,7 +50,7 @@ const SelectWallet = () => {
|
||||
height: 94,
|
||||
position: 'absolute',
|
||||
bottom: 0,
|
||||
...(I18nManager.isRTL ? { right: 0 } : { left: 0 }),
|
||||
right: 0,
|
||||
},
|
||||
transparentText: {
|
||||
backgroundColor: 'transparent',
|
||||
|
Loading…
Reference in New Issue
Block a user