aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/TaggPrompt.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-17 11:07:45 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-25 13:52:39 -0700
commitf662d1cd85447de0f6be945a350d1f2d1be5033e (patch)
tree52cdfe8c6f01a74493670005bb9bb72b7d490fcc /src/components/common/TaggPrompt.tsx
parent99de9c8402f470ead242a81510dc2764ae7d9e66 (diff)
Separated Private and Public Profiles
Diffstat (limited to 'src/components/common/TaggPrompt.tsx')
-rw-r--r--src/components/common/TaggPrompt.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/common/TaggPrompt.tsx b/src/components/common/TaggPrompt.tsx
index d65e30c6..6169b3f1 100644
--- a/src/components/common/TaggPrompt.tsx
+++ b/src/components/common/TaggPrompt.tsx
@@ -66,7 +66,7 @@ const styles = StyleSheet.create({
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'white',
- height: SCREEN_HEIGHT / 4.5,
+ height: SCREEN_HEIGHT / 4,
},
closeButton: {
position: 'relative',