fix(cv): repeat printable page margins
This commit is contained in:
@@ -60,6 +60,7 @@ public sealed class CvVariantController : ControllerBase
|
||||
available = proThemes || !t.Premium,
|
||||
swatches = new[] { t.Accent, t.SidebarBg, t.Paper },
|
||||
supportedSettings = t.SupportedSettings,
|
||||
pageMarginMm = t.PageMarginMm,
|
||||
});
|
||||
return Ok(themes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user