aboutsummaryrefslogtreecommitdiff
path: root/src/utils/layouts.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-08 20:41:54 -0400
committerGitHub <noreply@github.com>2021-04-08 20:41:54 -0400
commitfb5cca5bd8aff7232c2ab5e01df0e79dddbef504 (patch)
tree8a74ae256bc826d2338061fdd605db67c1ec350b /src/utils/layouts.ts
parent4cf3bc720ebcc0b16d158caf60fbdf091621c327 (diff)
parent98a31b59df5b51ea9488220d47bd7d60b3a268b9 (diff)
Merge pull request #355 from IvanIFChen/tma769-styling-channel-list-screen
[TMA-769] Styling chat list screen
Diffstat (limited to 'src/utils/layouts.ts')
-rw-r--r--src/utils/layouts.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/layouts.ts b/src/utils/layouts.ts
index e2f1f0b1..4d0d557d 100644
--- a/src/utils/layouts.ts
+++ b/src/utils/layouts.ts
@@ -31,6 +31,7 @@ export const StatusBarHeight = Platform.select({
});
export const AvatarHeaderHeight = (HeaderHeight + StatusBarHeight) * 1.3;
+export const ChatHeaderHeight = (HeaderHeight + StatusBarHeight) * 1.1;
/**
* This is a function for normalizing the font size for different devices, based on iphone 8.