aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/ProfileOnboarding.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-05 17:32:56 -0500
committerGitHub <noreply@github.com>2021-02-05 17:32:56 -0500
commitbad7fac394f8ef2870a9a139fd46d0def4421bf1 (patch)
treefe86615c66c61d7b6519b16779263c527186d4e1 /src/screens/onboarding/ProfileOnboarding.tsx
parent63c7fa6c54b835719435802ad1ddc33a74c872fe (diff)
parent95d3a1a0a60191f44afa8282825d03a2b4c58202 (diff)
Merge pull request #222 from ashmgarv/tma549
[TMA - 549]
Diffstat (limited to 'src/screens/onboarding/ProfileOnboarding.tsx')
-rw-r--r--src/screens/onboarding/ProfileOnboarding.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screens/onboarding/ProfileOnboarding.tsx b/src/screens/onboarding/ProfileOnboarding.tsx
index 127cd9cd..26ad93a7 100644
--- a/src/screens/onboarding/ProfileOnboarding.tsx
+++ b/src/screens/onboarding/ProfileOnboarding.tsx
@@ -26,6 +26,7 @@ import {
bioRegex,
genderRegex,
CLASS_YEAR_LIST,
+ TAGG_PURPLE,
} from '../../constants';
import AsyncStorage from '@react-native-community/async-storage';
import {BackgroundGradientType} from '../../types';
@@ -549,7 +550,7 @@ const styles = StyleSheet.create({
borderRadius: 55,
},
submitBtn: {
- backgroundColor: '#8F01FF',
+ backgroundColor: TAGG_PURPLE,
justifyContent: 'center',
alignItems: 'center',
width: SCREEN_WIDTH / 2.5,