diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-07 13:14:36 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-07 13:14:36 -0400 |
commit | f36ce8993d45ed69845a2ff6340f4d52d03855d9 (patch) | |
tree | 2c2acec3adfeda204c0b48eb7c7b22a7802780eb /src/components/common/TaggPrompt.tsx | |
parent | 4b0e55cd751bd77e05b8158177a74bd190974218 (diff) | |
parent | a3abb3abe322ea84306e1a12cec46972a81a37de (diff) |
Merge branch 'master' into chat-poc
# Conflicts:
# src/components/profile/Content.tsx
# src/components/taggs/TaggsBar.tsx
# src/screens/profile/ProfileScreen.tsx
# src/types/types.ts
Diffstat (limited to 'src/components/common/TaggPrompt.tsx')
-rw-r--r-- | src/components/common/TaggPrompt.tsx | 2 |
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', |