From c1f3ea98d7ca6017d1655abf5dd923aa2b2c29b8 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Sat, 20 Feb 2021 17:42:37 +0100 Subject: [PATCH] Update App.tsx --- example/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index d22f58f..510723b 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -306,7 +306,7 @@ const styles = StyleSheet.create({ bottom: SAFE_AREA_PADDING.paddingBottom, }, button: { - marginTop: CONTENT_SPACING, + marginBottom: CONTENT_SPACING, width: BUTTON_SIZE, height: BUTTON_SIZE, borderRadius: BUTTON_SIZE / 2, @@ -316,7 +316,7 @@ const styles = StyleSheet.create({ }, rightButtonRow: { position: 'absolute', - right: CONTENT_SPACING, + right: SAFE_AREA_PADDING.paddingRight, top: SAFE_AREA_PADDING.paddingTop, }, });