Commit 136a5c30 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

perubahan design 2

parent f2d56bfe
......@@ -97,7 +97,7 @@ class RewardDetail extends React.Component {
<View style={styles.container}>
<ScrollView>
<View style={styles.images}>
<Image style={{ height: 250 }} source={this.state.image ? { uri: this.state.image } : null} />
<Image style={{ height: 250 ,width:'100%' }} source={this.state.image ? { uri: this.state.image } : null} />
<View style={styles.voucher_code}>
<Text style={styles.text_voucher}>Voucher Code : </Text>
<Text style={styles.text_c_voucher}>{this.state.code}</Text>
......@@ -175,9 +175,8 @@ const styles = StyleSheet.create({
},
text_voucher: {
fontSize: 15,
fontSize: 14,
marginLeft: 10,
top: 5,
color: 'white'
},
......
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