From 5d4c4ce8609ba9785b67fb9fe7c2538160efa2e8 Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Fri, 24 Nov 2017 07:46:21 -0500 Subject: [PATCH] RN-518: Changes placement of swiper nav dots. (#1200) --- app/components/swiper.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/components/swiper.js b/app/components/swiper.js index 2a5bc6dfc..a06ab2847 100644 --- a/app/components/swiper.js +++ b/app/components/swiper.js @@ -282,14 +282,15 @@ const styles = StyleSheet.create({ flex: 1, justifyContent: 'center', alignItems: 'center', - backgroundColor: 'transparent' + backgroundColor: 'transparent', + marginBottom: 13 }, dotStyle: { width: 8, height: 8, borderRadius: 4, - marginLeft: 3, - marginRight: 3, + marginLeft: 4, + marginRight: 4, marginTop: 3, marginBottom: 3 }