aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/common/FriendsButton.tsx4
-rw-r--r--src/screens/onboarding/AddWaitlistUserScreen.tsx1
2 files changed, 2 insertions, 3 deletions
diff --git a/src/components/common/FriendsButton.tsx b/src/components/common/FriendsButton.tsx
index 6ef23a96..c7f56e2d 100644
--- a/src/components/common/FriendsButton.tsx
+++ b/src/components/common/FriendsButton.tsx
@@ -75,7 +75,7 @@ const styles = StyleSheet.create({
height: SCREEN_WIDTH * 0.075,
borderColor: TAGG_LIGHT_BLUE,
borderWidth: 2,
- borderRadius: 0,
+ borderRadius: 3,
marginRight: '2%',
marginLeft: '1%',
padding: 0,
@@ -101,7 +101,7 @@ const styles = StyleSheet.create({
padding: 0,
borderWidth: 2,
borderColor: TAGG_LIGHT_BLUE,
- borderRadius: 0,
+ borderRadius: 3,
marginRight: '2%',
marginLeft: '1%',
backgroundColor: TAGG_LIGHT_BLUE,
diff --git a/src/screens/onboarding/AddWaitlistUserScreen.tsx b/src/screens/onboarding/AddWaitlistUserScreen.tsx
index 1c13ffb5..489c30f1 100644
--- a/src/screens/onboarding/AddWaitlistUserScreen.tsx
+++ b/src/screens/onboarding/AddWaitlistUserScreen.tsx
@@ -13,7 +13,6 @@ import {
ArrowButton,
Background,
LoadingIndicator,
- SubmitButton,
TaggInput,
} from '../../components';
import {nameRegex, phoneRegex} from '../../constants';