Commit fb84db91 authored by Trisno's avatar Trisno

update design register

parent 6b168f3f
...@@ -381,7 +381,7 @@ class NewRegister extends React.Component { ...@@ -381,7 +381,7 @@ class NewRegister extends React.Component {
</View> </View>
<TouchableOpacity onPress={() => this.validate()}> <TouchableOpacity onPress={() => this.validate()}>
<View style={styles.button}> <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> </View>
</TouchableOpacity> </TouchableOpacity>
<TouchableOpacity onPress={() => this.props.navigation.navigate('Login')}> <TouchableOpacity onPress={() => this.props.navigation.navigate('Login')}>
...@@ -465,7 +465,7 @@ const styles = StyleSheet.create({ ...@@ -465,7 +465,7 @@ const styles = StyleSheet.create({
borderWidth: 1, borderWidth: 1,
borderRadius: 10, borderRadius: 10,
padding: 10, padding: 10,
paddingLeft: 170, paddingLeft: 100,
marginLeft: 44, marginLeft: 44,
marginRight: 44, marginRight: 44,
alignItems: 'stretch', alignItems: 'stretch',
...@@ -474,9 +474,11 @@ const styles = StyleSheet.create({ ...@@ -474,9 +474,11 @@ const styles = StyleSheet.create({
button: { button: {
backgroundColor: '#CFB368', backgroundColor: '#CFB368',
marginTop: 25, marginTop: 25,
marginHorizontal: 150, marginHorizontal: 100,
borderRadius: 15, borderRadius: 15,
paddingVertical: 5 paddingVertical: 5,
alignItems:'center',
justifyContent:'center'
}, },
signin: { signin: {
marginTop: 25, 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