Commit 2450d043 authored by Fred's avatar Fred

fix styling ios

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