Skip to content

Commit 979637b

Browse files
committed
Final Commit
1 parent d195384 commit 979637b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Screens/OnboardingScreen.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const OnboardingScreen = ({navigation}) => {
2525
subtitle: 'Your personal Ai assistant',
2626
},
2727
{
28-
backgroundColor: '#f1af85',
28+
backgroundColor: '#257e54',
2929
image: <Image source={require('../Assets/mail.gif')} style={{
3030
height:200,
3131
width:200,
@@ -35,7 +35,7 @@ export const OnboardingScreen = ({navigation}) => {
3535
subtitle: 'Generate professional mails with just one tap',
3636
},
3737
{
38-
backgroundColor: '#e9bcbe',
38+
backgroundColor: '#709f87',
3939
image: <Image source={require('../Assets/code.gif')} style={{
4040
height:200,
4141
width:200,
@@ -45,7 +45,7 @@ export const OnboardingScreen = ({navigation}) => {
4545
subtitle: 'A professional coder at your finger tip.',
4646
},
4747
{
48-
backgroundColor: '#c1c1f1',
48+
backgroundColor: '#333380',
4949
title: 'Let\'s Go !',
5050
subtitle:""
5151
},

0 commit comments

Comments
 (0)