Browse Source

replace big white close with more clean one

Moved to the right side, replaced with a less cluttered version.
psbt
ncoelho 5 years ago
parent
commit
cc0b8376f8
  1. BIN
      img/close-white.png
  2. BIN
      img/close-white@2x.png
  3. BIN
      img/close-white@3x.png
  4. 6
      screen/send/scanQrAddress.js

BIN
img/close-white.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

BIN
img/close-white@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

BIN
img/close-white@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

6
screen/send/scanQrAddress.js

@ -41,16 +41,16 @@ export default class CameraExample extends React.Component {
style={{
width: 40,
height: 40,
marginLeft: 24,
backgroundColor: '#FFFFFF',
backgroundColor: 'rgba(0,0,0,0.4)',
justifyContent: 'center',
borderRadius: 20,
position: 'absolute',
right: 16,
top: 64,
}}
onPress={() => this.props.navigation.goBack(null)}
>
<Image style={{ alignSelf: 'center' }} source={require('../../img/close.png')} />
<Image style={{ alignSelf: 'center' }} source={require('../../img/close-white.png')} />
</TouchableOpacity>
</SafeBlueArea>
);

Loading…
Cancel
Save