Add gap to default screen in new apps
This commit is contained in:
parent
91b701a746
commit
6f0bbce083
|
@ -36,6 +36,7 @@ exports.createHomeScreen = () => ({
|
||||||
hAlign: "stretch",
|
hAlign: "stretch",
|
||||||
vAlign: "top",
|
vAlign: "top",
|
||||||
size: "grow",
|
size: "grow",
|
||||||
|
gap: "M",
|
||||||
},
|
},
|
||||||
routing: {
|
routing: {
|
||||||
route: "/",
|
route: "/",
|
||||||
|
|
Loading…
Reference in New Issue