mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
remove info icon
remove info icon, so it doesn't remove highlight and hierarchy from the important data, and leave aditional info as a secondary option
This commit is contained in:
parent
3fbd2c1b40
commit
a196bd62af
1 changed files with 3 additions and 7 deletions
|
@ -249,6 +249,7 @@ export default class LNDViewInvoice extends Component {
|
|||
icon={{
|
||||
name: 'share-alternative',
|
||||
type: 'entypo',
|
||||
size: 10,
|
||||
color: BlueApp.settings.buttonTextColor,
|
||||
}}
|
||||
onPress={async () => {
|
||||
|
@ -259,13 +260,8 @@ export default class LNDViewInvoice extends Component {
|
|||
title={loc.receive.details.share}
|
||||
/>
|
||||
<BlueSpacing20 />
|
||||
<BlueButton
|
||||
backgroundColor="#FFFFFF"
|
||||
icon={{
|
||||
name: 'info',
|
||||
type: 'entypo',
|
||||
color: BlueApp.settings.buttonTextColor,
|
||||
}}
|
||||
<BlueButton style={{
|
||||
backgroundColor: BlueApp.settings.brandingColor }}
|
||||
onPress={() => this.props.navigation.navigate('LNDViewAdditionalInvoiceInformation', { fromWallet: this.state.fromWallet })}
|
||||
title={loc.lndViewInvoice.additional_info}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue