Skip to content

Commit cbfc65e

Browse files
author
Jickson P
committed
changed list style
1 parent 8efba23 commit cbfc65e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scenes/QRcodeList.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const styles = StyleSheet.create({
2626
backgroundColor: GLOBAL.COLOR.BACKGROUND,
2727
flex: 1,
2828
justifyContent: 'flex-start',
29+
},
30+
list_style: {
2931
paddingTop: 8,
3032
paddingLeft: 8,
3133
paddingRight: 8,
@@ -90,6 +92,7 @@ class QRcodeList extends Component {
9092
dataSource={this.state.dataSource}
9193
pageSize={LIST_VIEW_PAGE_SIZE}
9294
renderRow={this.renderRow.bind(this)}
95+
style = {styles.list_style}
9396
/>
9497
<ActionButton
9598
buttonColor="rgba(231,76,60,1)"

0 commit comments

Comments
 (0)