diff options
| author | Ashm Walia <ashmwalia@outlook.com> | 2021-02-05 13:58:15 -0800 |
|---|---|---|
| committer | Ashm Walia <ashmwalia@outlook.com> | 2021-02-05 13:58:15 -0800 |
| commit | 95d3a1a0a60191f44afa8282825d03a2b4c58202 (patch) | |
| tree | 4aca788d4bcff13cc90b11a8811f4b58f35ea72c /src/screens/onboarding | |
| parent | c3cd8f95c6534fb5eb78af299ef424c50aefd85a (diff) | |
Done
Diffstat (limited to 'src/screens/onboarding')
| -rw-r--r-- | src/screens/onboarding/CategorySelection.tsx | 2 | ||||
| -rw-r--r-- | src/screens/onboarding/ProfileOnboarding.tsx | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/screens/onboarding/CategorySelection.tsx b/src/screens/onboarding/CategorySelection.tsx index a3acbbb7..814dee1b 100644 --- a/src/screens/onboarding/CategorySelection.tsx +++ b/src/screens/onboarding/CategorySelection.tsx @@ -309,7 +309,7 @@ const styles = StyleSheet.create({ height: 40, borderRadius: 5, borderWidth: 1, - borderColor: '#8F01FF', + borderColor: 'white', marginBottom: '25%', }, finalActionLabel: { 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, |
