This commit is contained in:
ncoelho 2020-04-15 20:38:10 +02:00
parent 6030b21f61
commit bfbe96630d
4 changed files with 4 additions and 5 deletions

View file

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

View file

@ -351,4 +351,4 @@ ScanLndInvoice.propTypes = {
}),
}),
}),
};
};

View file

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

View file

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