Add gap prop by default to screens
This commit is contained in:
parent
1599c8433d
commit
86da3b7f28
|
@ -21,6 +21,7 @@ export class Screen extends BaseStructure {
|
||||||
hAlign: "stretch",
|
hAlign: "stretch",
|
||||||
vAlign: "top",
|
vAlign: "top",
|
||||||
size: "grow",
|
size: "grow",
|
||||||
|
gap: "M",
|
||||||
},
|
},
|
||||||
routing: {
|
routing: {
|
||||||
route: "",
|
route: "",
|
||||||
|
|
Loading…
Reference in New Issue