fix(cv): repeat printable page margins

This commit is contained in:
cesnimda
2026-08-28 12:20:44 +02:00
parent 6a31fb296f
commit 4da673ff00
5 changed files with 27 additions and 8 deletions
@@ -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);
}