Commit 55e1f394 authored by William Goszal's avatar William Goszal 🚴

benerin misalignment member card di account

parent e1aaba3a
...@@ -437,7 +437,7 @@ class Account extends React.Component { ...@@ -437,7 +437,7 @@ class Account extends React.Component {
</TouchableOpacity> </TouchableOpacity>
{/* Member Card */} {/* Member Card */}
<View style={{ padding: 10, height: 250, top: 10, marginBottom: 20 }}> <View style={{ padding: 10, height: 250, top: 10, marginBottom: 20, margin:10 }}>
<ImageBackground style={{ width: '100%', height: '100%', padding: 0, margin: 0 }} resizeMode='stretch' source={this.state.img_card ? { uri: this.state.img_card } : null}> <ImageBackground style={{ width: '100%', height: '100%', padding: 0, margin: 0 }} resizeMode='stretch' source={this.state.img_card ? { uri: this.state.img_card } : null}>
<View style={{ justifyContent: 'center' }}> <View style={{ justifyContent: 'center' }}>
<Text style={{ fontFamily: 'Gotham-Black', margin: 15, fontSize: 14, color: '#c9af6d', top: 170 }}> <Text style={{ fontFamily: 'Gotham-Black', margin: 15, fontSize: 14, color: '#c9af6d', top: 170 }}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment