Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk authored Sep 16, 2022
1 parent a3d4140 commit 1b4379c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,25 +139,25 @@ export default [
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems(),
.centerContent(),
Div()
.text('Item 2')
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems(),
.centerContent(),
Div()
.text('Item 3')
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems(),
.centerContent(),
Div()
.text('Item 4')
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems()
.centerContent()
], '50%'),
Heading('ScrollView', 3),
ScrollView([
Expand All @@ -167,25 +167,25 @@ export default [
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems(),
.centerContent(),
Div()
.text('Item 2')
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems(),
.centerContent(),
Div()
.text('Item 3')
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems(),
.centerContent(),
Div()
.text('Item 4')
.backgroundColor('lightblue')
.height('300px')
.margin('3px')
.centerItems()
.centerContent()
], '50%')
])
.height('300px'),
Expand Down

0 comments on commit 1b4379c

Please # to comment.