REF: improved buttons

This commit is contained in:
Overtorment 2018-06-30 14:36:13 +01:00
parent 0ae8bca3c8
commit 2dca9b2ad4
2 changed files with 8 additions and 6 deletions

View file

@ -39,16 +39,18 @@ export class BlueButton extends Component {
render() {
return (
<Button
activeOpacity={0.1}
delayPressIn={0}
{...this.props}
style={{
marginTop: 20,
borderRadius: 6,
borderWidth: 0.7,
borderColor: BlueApp.settings.foregroundColor,
borderColor: 'transparent',
}}
borderRadius={10}
backgroundColor={BlueApp.settings.buttonBackground}
color={BlueApp.settings.buttonTextColor}
backgroundColor="#ccddf9"
color="#0c2550"
/>
);
}
@ -565,7 +567,7 @@ export class BlueReceiveButtonIcon extends Component {
</View>
<Text
style={{
color: BlueApp.settings.foregroundColor,
color: '#2f5fb3',
fontSize: (isIpad && 10) || 16,
fontWeight: '500',
left: 5,
@ -629,7 +631,7 @@ export class BlueSendButtonIcon extends Component {
</View>
<Text
style={{
color: BlueApp.settings.foregroundColor,
color: '#2f5fb3',
fontSize: (isIpad && 10) || 16,
fontWeight: '500',
left: 5,

View file

@ -7,7 +7,7 @@
"ios"
],
"ios": {
"buildNumber": "44",
"buildNumber": "45",
"supportsTablet": false,
"isRemoteJSEnabled": false,
"bundleIdentifier": "io.bluewallet.bluewallet",