mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
FIX: readability for electrum/lndhub fields
This commit is contained in:
parent
ebe02fdfbf
commit
a1e4ce764e
2 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,7 @@ const styles = StyleSheet.create({
|
|||
flex: 1,
|
||||
marginHorizontal: 8,
|
||||
minHeight: 36,
|
||||
color: '#81868e',
|
||||
height: 36,
|
||||
},
|
||||
});
|
||||
|
@ -183,6 +184,7 @@ export default class ElectrumSettings extends Component {
|
|||
numberOfLines={1}
|
||||
style={styles.inputText}
|
||||
editable={!this.state.isLoading}
|
||||
placeholderTextColor="#81868e"
|
||||
underlineColorAndroid="transparent"
|
||||
/>
|
||||
</View>
|
||||
|
@ -195,6 +197,7 @@ export default class ElectrumSettings extends Component {
|
|||
numberOfLines={1}
|
||||
style={styles.inputText}
|
||||
editable={!this.state.isLoading}
|
||||
placeholderTextColor="#81868e"
|
||||
underlineColorAndroid="transparent"
|
||||
/>
|
||||
</View>
|
||||
|
@ -207,6 +210,7 @@ export default class ElectrumSettings extends Component {
|
|||
numberOfLines={1}
|
||||
style={styles.inputText}
|
||||
editable={!this.state.isLoading}
|
||||
placeholderTextColor="#81868e"
|
||||
underlineColorAndroid="transparent"
|
||||
/>
|
||||
</View>
|
||||
|
|
|
@ -29,6 +29,7 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
uriText: {
|
||||
flex: 1,
|
||||
color: '#81868e',
|
||||
marginHorizontal: 8,
|
||||
minHeight: 36,
|
||||
height: 36,
|
||||
|
@ -109,6 +110,7 @@ export default class LightningSettings extends Component {
|
|||
onChangeText={text => this.setState({ URI: text })}
|
||||
numberOfLines={1}
|
||||
style={styles.uriText}
|
||||
placeholderTextColor="#81868e"
|
||||
editable={!this.state.isLoading}
|
||||
underlineColorAndroid="transparent"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue