Resize info button
This commit is contained in:
parent
c274fbead0
commit
c51b853a0e
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Reference in a new issue