RN-518: Changes placement of swiper nav dots. (#1200)

This commit is contained in:
Martin Kraft 2017-11-24 07:46:21 -05:00 committed by enahum
parent b761872c59
commit 5d4c4ce860

View file

@ -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
}