diff --git a/app/components/routes/login.js b/app/components/routes/login.js index ad2892d..af907f9 100644 --- a/app/components/routes/login.js +++ b/app/components/routes/login.js @@ -19,7 +19,8 @@ const { ScrollView, BackAndroid, TouchableWithoutFeedback, - Alert + Alert, + Image } = React; const styles = StyleSheet.create({ @@ -33,7 +34,7 @@ const styles = StyleSheet.create({ alignItems: 'center' }, input: { - marginHorizontal: 15, + marginHorizontal: 10, fontSize: 15, textAlign: 'center' }, @@ -67,7 +68,6 @@ const styles = StyleSheet.create({ heading: { fontSize: 18, margin: 8, - marginVertical: 20 }, helpText: { fontSize: 11, @@ -76,6 +76,10 @@ const styles = StyleSheet.create({ }, text: { color: GlobalStyles.get('CIRCLE_TEXT') + }, + icon: { + flex: 1, + margin: 5 } }); @@ -153,6 +157,10 @@ export default class Login extends React.Component { + Please enter your CircleCI token diff --git a/app/img/circle-ci-logo.png b/app/img/circle-ci-logo.png new file mode 100644 index 0000000..84a88cb Binary files /dev/null and b/app/img/circle-ci-logo.png differ