fix: align address footer flush left with contact icon column
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 21s
Build & Deploy / 🧪 QA (push) Failing after 1m52s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 12s

This commit is contained in:
2026-06-12 11:35:44 +02:00
parent 8f34ac2a6d
commit 09d435a1bc
14 changed files with 3 additions and 2 deletions

View File

@@ -272,10 +272,11 @@ const styles = StyleSheet.create({
addressFooter: {
width: '100%',
flexDirection: 'row',
justifyContent: 'center',
justifyContent: 'flex-start',
alignItems: 'center',
position: 'absolute',
bottom: '4mm', // Matched with top margin for perfect symmetry
bottom: '4mm',
left: '6mm', // Match backContainer paddingLeft for flush alignment
},
addressFooterText: {
fontSize: 6.5,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB