Browse Source

More space on the header

fix-npm-install
ncoelho 5 years ago
committed by Overtorment
parent
commit
f91a3c3ef6
  1. 2
      BlueComponents.js
  2. 4
      screen/wallets/list.js

2
BlueComponents.js

@ -750,7 +750,7 @@ export class BlueHeaderDefaultMain extends Component {
}}
bottomDivider={false}
containerStyle={{
height: 48,
height: 64,
flexDirection: 'row',
borderBottomColor: BlueApp.settings.brandingColor,
backgroundColor: '#ffffff',

4
screen/wallets/list.js

@ -265,7 +265,7 @@ export default class WalletsList extends Component {
<View>
<Text
style={{
paddingLeft: 15,
paddingLeft: 16,
fontWeight: 'bold',
fontSize: 24,
marginVertical: 8,
@ -333,7 +333,7 @@ export default class WalletsList extends Component {
justifyContent: 'space-between',
alignItems: 'center',
marginHorizontal: 16,
marginBottom: 16,
marginVertical: 16,
backgroundColor: '#eef0f4',
padding: 16,
borderRadius: 6,

Loading…
Cancel
Save