diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-06-19 22:45:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 00:45:08 +0300 |
commit | 73fc0094dd5e7056d2612965f81648b9ffe423d0 (patch) | |
tree | d91bb30ede318d7b25ac83b5905eb6f1633061c2 | |
parent | 0f931933a7b7b72505fbab6e1f25860f7a84e59c (diff) | |
download | voidsky-73fc0094dd5e7056d2612965f81648b9ffe423d0.tar.zst |
Update HomeHeaderLayoutMobile.tsx (#4572)
-rw-r--r-- | src/view/com/home/HomeHeaderLayoutMobile.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/home/HomeHeaderLayoutMobile.tsx b/src/view/com/home/HomeHeaderLayoutMobile.tsx index 895baa9a4..8cf0452ce 100644 --- a/src/view/com/home/HomeHeaderLayoutMobile.tsx +++ b/src/view/com/home/HomeHeaderLayoutMobile.tsx @@ -120,6 +120,7 @@ const styles = StyleSheet.create({ paddingHorizontal: 16, paddingVertical: 5, width: '100%', + minHeight: 46, }, title: { fontSize: 21, |