Resize info button

This commit is contained in:
Jake Howard 2016-02-04 18:24:52 +00:00
parent c274fbead0
commit c51b853a0e

View File

@ -31,12 +31,12 @@ const styles = StyleSheet.create({
textAlign: 'center' textAlign: 'center'
}, },
loginButton: { loginButton: {
flex: 0.9, flex: 0.92,
backgroundColor: GlobalStyles.get('CIRCLE_GREEN'), backgroundColor: GlobalStyles.get('CIRCLE_GREEN'),
borderColor: GlobalStyles.get('CIRCLE_GREEN'), borderColor: GlobalStyles.get('CIRCLE_GREEN'),
}, },
infoButton: { infoButton: {
flex: 0.15, flex: 0.08,
backgroundColor: GlobalStyles.get('CIRCLE_GREY'), backgroundColor: GlobalStyles.get('CIRCLE_GREY'),
borderColor: GlobalStyles.get('CIRCLE_GREY'), borderColor: GlobalStyles.get('CIRCLE_GREY'),
}, },
@ -166,7 +166,7 @@ export default class Login extends React.Component {
onPress={this.showAbout} onPress={this.showAbout}
underlayColor={GlobalStyles.get('CIRCLE_GREY_DARK')}> underlayColor={GlobalStyles.get('CIRCLE_GREY_DARK')}>
<Text style={[styles.buttonText, styles.text]}> <Text style={[styles.buttonText, styles.text]}>
About ?
</Text> </Text>
</TouchableHighlight> </TouchableHighlight>
</View> </View>