aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/TaggPrompt.tsx
diff options
context:
space:
mode:
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 721b1eb8..5e125d00 100644
--- a/src/components/common/TaggPrompt.tsx
+++ b/src/components/common/TaggPrompt.tsx
@@ -68,7 +68,7 @@ const styles = StyleSheet.create({
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'white',
- height: isIPhoneX() ? SCREEN_HEIGHT / 6 : SCREEN_HEIGHT / 5,
+ height: SCREEN_HEIGHT / 4,
},
closeButton: {
position: 'relative',