diff --git a/src/stores/document-store.ts b/src/stores/document-store.ts index 402b2d5e..bb5cbd6d 100644 --- a/src/stores/document-store.ts +++ b/src/stores/document-store.ts @@ -15,8 +15,8 @@ function createEmptyDocument(): PenDocument { name: 'Frame', x: 0, y: 0, - width: 1920, - height: 1080, + width: 1200, + height: 800, fill: [{ type: 'solid', color: '#FFFFFF' }], children: [], },