aboutsummaryrefslogtreecommitdiff
path: root/src/components/onboarding/BirthDatePicker.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-26 22:27:42 -0500
committerGitHub <noreply@github.com>2021-02-26 22:27:42 -0500
commita7b4f16c71ce65f9be9ec1399eceacbe6f5329b8 (patch)
treedb95880032b6f6149ecff5d12c3270265e003d33 /src/components/onboarding/BirthDatePicker.tsx
parent8b862e92fb90c0bbf95a77348632df9b42b02722 (diff)
parent7faeb487da4fac1e57d8d147da1e41cac16bb28d (diff)
Merge pull request #269 from IvanIFChen/tma656-revamp-onboarding
[TMA-656] Revamp Onboarding
Diffstat (limited to 'src/components/onboarding/BirthDatePicker.tsx')
-rw-r--r--src/components/onboarding/BirthDatePicker.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/onboarding/BirthDatePicker.tsx b/src/components/onboarding/BirthDatePicker.tsx
index 6bef5798..c3a975dc 100644
--- a/src/components/onboarding/BirthDatePicker.tsx
+++ b/src/components/onboarding/BirthDatePicker.tsx
@@ -46,7 +46,7 @@ const BirthDatePicker = React.forwardRef(
{...props}>
{(updated || props.showPresetdate) && date
? moment(date).format('MM-DD-YYYY')
- : 'Date of Birth'}
+ : 'Birthday'}
</Text>
</TouchableOpacity>
<Modal visible={!hidden} transparent={true} animationType="fade">
@@ -92,7 +92,7 @@ const styles = StyleSheet.create({
input: {
height: 40,
fontSize: 16,
- paddingTop: '2%',
+ paddingTop: 8,
fontWeight: '600',
borderColor: '#fffdfd',
borderWidth: 2,