aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/assets/images/welcome.pngbin304406 -> 415560 bytes
-rw-r--r--src/screens/onboarding/WelcomeScreen.tsx5
2 files changed, 3 insertions, 2 deletions
diff --git a/src/assets/images/welcome.png b/src/assets/images/welcome.png
index 46ab4f9f..62b46077 100644
--- a/src/assets/images/welcome.png
+++ b/src/assets/images/welcome.png
Binary files differ
diff --git a/src/screens/onboarding/WelcomeScreen.tsx b/src/screens/onboarding/WelcomeScreen.tsx
index 96d3f929..3ad30163 100644
--- a/src/screens/onboarding/WelcomeScreen.tsx
+++ b/src/screens/onboarding/WelcomeScreen.tsx
@@ -29,7 +29,7 @@ const WelcomeScreen: React.FC<WelcomeScreenProps> = ({navigation}) => {
/>
<View>
- <Text style={styles.header}>Welcome to TAGG!</Text>
+ <Text style={styles.header}>Welcome to Tagg!</Text>
<Text style={styles.subtext}>
Tagg is the new social networking platform for you! It will help you
create your own personalized digital space where you can express who
@@ -71,7 +71,7 @@ const styles = StyleSheet.create({
fontSize: 16,
fontWeight: '600',
textAlign: 'center',
- marginBottom: '15%',
+ marginBottom: '9.5%',
marginHorizontal: '10%',
},
nextButton: {
@@ -89,6 +89,7 @@ const styles = StyleSheet.create({
fontSize: 30,
fontWeight: '500',
color: '#ddd',
+
},
});
export default WelcomeScreen;