Skip to content

Commit

Permalink
chore: update color
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitjinfeiyang committed Sep 9, 2020
1 parent f41f5ca commit 6362d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,14 @@ function drawListItem(h, tag) {
tag
},
styles: {
borderBottomWidth: 1,
borderBottomWidth: 0.5,
borderColor: '#ccc',
borderStyle: 'solid',
display: 'flex',
paddingTop: 5,
paddingRight: 5,
paddingBottom: 5,
paddingLeft: 5,
backgroundColor: '#f1f1f1',
marginBottom: 10,
},
on: {
Expand Down

0 comments on commit 6362d9f

Please sign in to comment.