aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-16 14:16:07 -0400
committerGitHub <noreply@github.com>2021-03-16 14:16:07 -0400
commit1bd6b980518c980c074119b5b62eb4f9d5beacfa (patch)
tree795d3f112738cc7df39b6d29db754db13a4f7081 /src/components
parent076a4895a16cf0c8323c365289b7ec4316e7b567 (diff)
parent52382c57257a4d0a03742c9ff07eb3f458385527 (diff)
Merge pull request #300 from IvanIFChen/hotifx-discover-user-layout
[HOTFIX] Discover User Layout
Diffstat (limited to 'src/components')
-rw-r--r--src/components/common/GradientBorderButton.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/common/GradientBorderButton.tsx b/src/components/common/GradientBorderButton.tsx
index 00f46a96..32ac5c52 100644
--- a/src/components/common/GradientBorderButton.tsx
+++ b/src/components/common/GradientBorderButton.tsx
@@ -46,11 +46,12 @@ const styles = StyleSheet.create({
},
gradientContainer: {
width: SCREEN_WIDTH / 2 - 40,
- height: 40,
+ height: 43,
},
label: {
fontWeight: '500',
fontSize: normalize(14),
+ textAlign: 'center',
},
maskBorder: {
borderRadius: 20,
@@ -58,7 +59,7 @@ const styles = StyleSheet.create({
textContainer: {
position: 'absolute',
width: SCREEN_WIDTH / 2 - 40,
- height: 40,
+ height: 43,
justifyContent: 'center',
alignItems: 'center',
},