From c1d11236ae88655ea506aaea7c05dad5ad3d634c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 29 May 2026 00:22:51 +0200 Subject: [PATCH] fix(pdf): keep Glalie contact list border box square (#3121) The decorative border around contact items must not inherit picture border radius. Set contactList borderRadius to 0. Fixes amruthpillai/reactive-resume#3119 Co-authored-by: Cursor Agent --- packages/pdf/src/templates/glalie/GlaliePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pdf/src/templates/glalie/GlaliePage.tsx b/packages/pdf/src/templates/glalie/GlaliePage.tsx index 379776e6c..d0e48e140 100644 --- a/packages/pdf/src/templates/glalie/GlaliePage.tsx +++ b/packages/pdf/src/templates/glalie/GlaliePage.tsx @@ -323,7 +323,7 @@ const useGlalieTemplate = (): GlalieTemplate => { width: "100%", borderWidth: 1, borderColor: primary, - borderRadius: picture.borderRadius / 4, + borderRadius: 0, padding: metrics.gapX(0.75), rowGap: metrics.gapY(0.125), },