mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
fix lint
This commit is contained in:
parent
6030b21f61
commit
bfbe96630d
4 changed files with 4 additions and 5 deletions
|
@ -1372,7 +1372,7 @@ export class NewWalletPanel extends Component {
|
|||
fontWeight: '600',
|
||||
fontSize: 24,
|
||||
color: BlueApp.settings.foregroundColor,
|
||||
marginBottom: 8
|
||||
marginBottom: 4,
|
||||
}}
|
||||
>
|
||||
{loc.wallets.list.create_a_wallet}
|
||||
|
@ -1394,7 +1394,7 @@ export class NewWalletPanel extends Component {
|
|||
>
|
||||
{loc.wallets.list.create_a_wallet2}
|
||||
</Text>
|
||||
<View style={{ marginTop: 8, backgroundColor: '#007AFF', paddingHorizontal: 32, paddingVertical: 12, borderRadius: 8 }}>
|
||||
<View style={{ marginTop: 12, backgroundColor: '#007AFF', paddingHorizontal: 32, paddingVertical: 12, borderRadius: 8 }}>
|
||||
<Text style={{ color: BlueApp.settings.brandingColor, fontWeight: '500' }}>{loc.wallets.list.create_a_button}</Text>
|
||||
</View>
|
||||
</LinearGradient>
|
||||
|
|
|
@ -351,4 +351,4 @@ ScanLndInvoice.propTypes = {
|
|||
}),
|
||||
}),
|
||||
}),
|
||||
};
|
||||
};
|
||||
|
|
|
@ -26,7 +26,6 @@ import Handoff from 'react-native-handoff';
|
|||
const BlueApp = require('../../BlueApp');
|
||||
const loc = require('../../loc');
|
||||
|
||||
|
||||
export default class ReceiveDetails extends Component {
|
||||
static navigationOptions = ({ navigation }) => ({
|
||||
...BlueNavigationStyle(navigation, true),
|
||||
|
|
|
@ -409,7 +409,7 @@ export default class WalletsList extends Component {
|
|||
fontSize: 18,
|
||||
color: '#9aa0aa',
|
||||
textAlign: 'center',
|
||||
fontWeight: '600'
|
||||
fontWeight: '600',
|
||||
}}
|
||||
>
|
||||
{loc.wallets.list.empty_txs2}
|
||||
|
|
Loading…
Add table
Reference in a new issue