fix: resolve address footer page break and make QR border green
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 11s
Build & Deploy / 🧪 QA (push) Failing after 1m20s
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 2s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 11s
Build & Deploy / 🧪 QA (push) Failing after 1m20s
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 2s
This commit is contained in:
@@ -261,7 +261,7 @@ const styles = StyleSheet.create({
|
|||||||
qrCodeWrapper: {
|
qrCodeWrapper: {
|
||||||
width: '12mm',
|
width: '12mm',
|
||||||
height: '12mm',
|
height: '12mm',
|
||||||
border: '0.75pt solid #011dff',
|
border: `0.75pt solid ${COLORS.green}`,
|
||||||
padding: 2.5,
|
padding: 2.5,
|
||||||
backgroundColor: '#ffffff',
|
backgroundColor: '#ffffff',
|
||||||
},
|
},
|
||||||
@@ -274,9 +274,8 @@ const styles = StyleSheet.create({
|
|||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
paddingTop: '2.5mm',
|
position: 'absolute',
|
||||||
marginTop: 'auto',
|
bottom: '2mm',
|
||||||
marginBottom: '2mm', // Force extra space from the bottom edge
|
|
||||||
},
|
},
|
||||||
addressFooterText: {
|
addressFooterText: {
|
||||||
fontSize: 7, // increased from 6
|
fontSize: 7, // increased from 6
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 7.4 KiB |
Reference in New Issue
Block a user