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'
|
||||
},
|
||||
loginButton: {
|
||||
flex: 0.9,
|
||||
flex: 0.92,
|
||||
backgroundColor: GlobalStyles.get('CIRCLE_GREEN'),
|
||||
borderColor: GlobalStyles.get('CIRCLE_GREEN'),
|
||||
},
|
||||
infoButton: {
|
||||
flex: 0.15,
|
||||
flex: 0.08,
|
||||
backgroundColor: GlobalStyles.get('CIRCLE_GREY'),
|
||||
borderColor: GlobalStyles.get('CIRCLE_GREY'),
|
||||
},
|
||||
|
@ -166,7 +166,7 @@ export default class Login extends React.Component {
|
|||
onPress={this.showAbout}
|
||||
underlayColor={GlobalStyles.get('CIRCLE_GREY_DARK')}>
|
||||
<Text style={[styles.buttonText, styles.text]}>
|
||||
About
|
||||
?
|
||||
</Text>
|
||||
</TouchableHighlight>
|
||||
</View>
|
||||
|
|
Reference in a new issue