Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 02:19:27 +00:00
co-authored by renee-png
parent 05226cb82f
commit 6c6c90e570
@@ -233,7 +233,7 @@ function TemplateDetailPage() {
<div>
<Label className="text-xs">Preview</Label>
<div className="mt-1 p-4 bg-white text-black rounded-md border min-h-[200px] whitespace-pre-line" style={{ fontFamily: '"Bookman Old Style", Georgia, serif', fontSize: 12 }}>
<div className="mt-1 p-4 bg-white text-black rounded-md border min-h-[200px] whitespace-pre-line" style={{ fontFamily: `"${fontFamily}", Georgia, serif`, fontSize: fontSizePt }}>
{merged || <span className="text-muted-foreground italic">Empty</span>}
</div>
</div>