Commit 2450d043 authored by Fred's avatar Fred

fix styling ios

parent ab19081b
......@@ -127,7 +127,7 @@ class Language extends React.Component {
<TouchableOpacity onPress={() => this.props.navigation.goBack()}>
<View style={styles.button}>
<Text style={{ color: 'white', fontSize: 12, fontFamily: 'Gotham-Black' }}>Save</Text>
<Text style={{ color: 'white', fontSize: 16, fontFamily: 'Gotham-Black' }}>Save</Text>
</View>
</TouchableOpacity>
</View>
......@@ -167,12 +167,13 @@ const styles = StyleSheet.create({
marginLeft: 20
},
button: {
flex: 0.2,
// flex: 0.2,
height: 40,
backgroundColor: '#CFB368',
marginTop: 20,
marginHorizontal: 80,
borderRadius: 15,
padding: 20,
borderRadius: 10,
// padding: 20,
alignItems: 'center',
justifyContent: 'center'
},
......
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