Commit 9716706f authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo
parents be445b63 fb84db91
......@@ -376,7 +376,7 @@ class NewRegister extends React.Component {
</View>
<TouchableOpacity onPress={() => this.validate()}>
<View style={styles.button}>
<Text style={{ color: 'white', fontWeight: 'bold', textAlign: 'center', fontSize: 22 }}>REGISTER</Text>
<Text style={{ color: 'white', fontWeight: 'bold', fontSize: 22 }}>REGISTER</Text>
</View>
</TouchableOpacity>
<TouchableOpacity onPress={() => this.props.navigation.navigate('Login')}>
......@@ -460,7 +460,7 @@ const styles = StyleSheet.create({
borderWidth: 1,
borderRadius: 10,
padding: 10,
paddingLeft: 170,
paddingLeft: 100,
marginLeft: 44,
marginRight: 44,
alignItems: 'stretch',
......@@ -469,9 +469,11 @@ const styles = StyleSheet.create({
button: {
backgroundColor: '#CFB368',
marginTop: 25,
marginHorizontal: 150,
marginHorizontal: 100,
borderRadius: 15,
paddingVertical: 5
paddingVertical: 5,
alignItems:'center',
justifyContent:'center'
},
signin: {
marginTop: 25,
......
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