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",
|
||||
vAlign: "top",
|
||||
size: "grow",
|
||||
gap: "M",
|
||||
},
|
||||
routing: {
|
||||
route: "",
|
||||
|
|
Loading…
Reference in New Issue