mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
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:
@@ -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),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user