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 <cursoragent@cursor.com>
This commit is contained in:
Amruth Pillai
2026-05-29 00:22:51 +02:00
committed by GitHub
parent d09ad2cdc0
commit c1d11236ae
@@ -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),
},