Skip to content

Commit 55c36ee

Browse files
author
Jickson P
committed
fixed issue in list style
1 parent cbfc65e commit 55c36ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/scenes/QRcodeList.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ const styles = StyleSheet.create({
2626
backgroundColor: GLOBAL.COLOR.BACKGROUND,
2727
flex: 1,
2828
justifyContent: 'flex-start',
29-
},
30-
list_style: {
31-
paddingTop: 8,
32-
paddingLeft: 8,
33-
paddingRight: 8,
29+
padding: 8,
3430
},
3531
loading:{
3632
justifyContent: 'center',

0 commit comments

Comments
 (0)