mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
Feature: Toggle Page Size between ISO A4 and US Letter
This commit is contained in:
@ -932,6 +932,9 @@ export class IntegrationsService {
|
||||
body: get(jsonResume, 'metadata.fontSize'),
|
||||
},
|
||||
},
|
||||
page: {
|
||||
format: 'A4',
|
||||
},
|
||||
theme: {
|
||||
background: get(jsonResume, 'metadata.colors.background'),
|
||||
primary: get(jsonResume, 'metadata.colors.primary'),
|
||||
|
||||
Reference in New Issue
Block a user