diff --git a/src/app/auth/signup.tsx b/src/app/auth/signup.tsx index 591f47bf..4eeabba7 100644 --- a/src/app/auth/signup.tsx +++ b/src/app/auth/signup.tsx @@ -1,6 +1,6 @@ import { Link, router } from 'expo-router'; import React, { useState } from 'react'; -import { Alert, Text, View, StyleSheet } from 'react-native'; +import { Alert, Text, View, StyleSheet, SafeAreaView } from 'react-native'; import validator from 'validator'; import StyledButton from '../../components/StyledButton'; @@ -94,7 +94,7 @@ function SignUpScreen() { }; return ( - + Read stories from young creators @@ -164,7 +164,7 @@ function SignUpScreen() { - + ); } @@ -187,7 +187,7 @@ const styles = StyleSheet.create({ marginTop: 16, }, title: { - marginTop: 65, + paddingTop: 64, marginBottom: 23, }, icon: {