mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
replace big white close with more clean one
Moved to the right side, replaced with a less cluttered version.
This commit is contained in:
parent
3d2186790d
commit
cc0b8376f8
BIN
img/close-white.png
Normal file
BIN
img/close-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 548 B |
BIN
img/close-white@2x.png
Normal file
BIN
img/close-white@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 669 B |
BIN
img/close-white@3x.png
Normal file
BIN
img/close-white@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 818 B |
@ -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…
Reference in New Issue
Block a user