From 7eb5b2e11ea14bbe159a7d3b75c702aef0e6d13c Mon Sep 17 00:00:00 2001 From: Yonathan Evan Christy Date: Mon, 18 Sep 2023 21:15:49 +0700 Subject: [PATCH] Handle SafeArea paddingBottom on Bigger Mobile Height ( > iPhone 14) --- src/styles/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index ef69eed9c6b6..1904d2b636ed 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -877,7 +877,8 @@ const styles = (theme) => ({ offlineIndicatorMobile: { paddingLeft: 20, paddingTop: 5, - paddingBottom: 5, + paddingBottom: 30, + marginBottom: -25, }, offlineIndicatorRow: {