RN-518: Changes placement of swiper nav dots. (#1200)
This commit is contained in:
parent
b761872c59
commit
5d4c4ce860
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue