Commit dd6fb4a6 authored by Trisno's avatar Trisno

update reward detail

parent e3ab2cf4
...@@ -105,7 +105,7 @@ class RewardDetail extends React.Component { ...@@ -105,7 +105,7 @@ class RewardDetail extends React.Component {
</View> </View>
<View style={styles.expire_time}> <View style={styles.expire_time}>
<View style={{flex:0.5}}> <View style={{flex:0.5}}>
<Text style={styles.text_expire}>EXPIRE DATE</Text> <Text style={styles.text_expire}>EXPIRED ON</Text>
</View> </View>
<View style={{flex:0.5}}> <View style={{flex:0.5}}>
<Text style={{ fontFamily: 'Gotham-Light', color: 'white', fontSize: 14, textAlign: 'right', marginBottom: 5, top: 5, paddingRight:12}}>{this.state.expire}</Text> <Text style={{ fontFamily: 'Gotham-Light', color: 'white', fontSize: 14, textAlign: 'right', marginBottom: 5, top: 5, paddingRight:12}}>{this.state.expire}</Text>
......
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