Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
added custom offset to second example in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Abe committed Jan 26, 2020
1 parent 4874bc8 commit 39cace4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scenes/ScenePlayground.jsx
Expand Up @@ -13,6 +13,12 @@ const setupOffset = {
height: 160,
margin: 0,
backgroundColor: '#ddd',
backgroundOffset: {
top: 30,
right: 30,
bottom: 30,
left: 30,
},
N: {
id: 'N',
height: 20,
Expand Down

0 comments on commit 39cace4

Please sign in to comment.