aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-12 14:17:55 -0500
committerIvan Chen <ivan@tagg.id>2021-03-12 14:17:55 -0500
commit4a05b26c5c32980ac18c832cc4dd74c6c93922a8 (patch)
treece2c0e37f545d6167ffc2dc024dd2683648c9bdc /src/components/common
parentb568f553c4ee2f0452f6bb7ab7b03c84d77c15ab (diff)
using discover/get_users, updated route params, cleaned up code
Diffstat (limited to 'src/components/common')
-rw-r--r--src/components/common/GradientBorderButton.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/common/GradientBorderButton.tsx b/src/components/common/GradientBorderButton.tsx
index 0402c44b..00ea7175 100644
--- a/src/components/common/GradientBorderButton.tsx
+++ b/src/components/common/GradientBorderButton.tsx
@@ -45,20 +45,20 @@ const styles = StyleSheet.create({
marginVertical: 15,
},
gradientContainer: {
- width: 159,
- height: 38,
+ width: 175,
+ height: 40,
},
label: {
fontWeight: '500',
- fontSize: normalize(15),
+ fontSize: normalize(14),
},
maskBorder: {
borderRadius: 20,
},
textContainer: {
position: 'absolute',
- width: 159,
- height: 38,
+ width: 175,
+ height: 40,
justifyContent: 'center',
alignItems: 'center',
},