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 }