Skip to content
Snippets Groups Projects
Commit 38f73faf authored by rhenck's avatar rhenck
Browse files

[editor] Fix page background color input to correctly have the preset color shown

parent 73d4be6d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ export class Page {
hasMaxWidth: boolean = false;
maxWidth: number = 900;
margin: number = 0;
backgroundColor: string = 'white';
backgroundColor: string = '#ffffff';
alwaysVisible: boolean = false;
alwaysVisiblePagePosition: 'left' | 'right' | 'top' | 'bottom' = 'left';
alwaysVisibleAspectRatio: number = 50;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment