Update psbtMultisigQRCode.js

This commit is contained in:
Marcos Rodriguez Velez 2025-02-08 18:46:08 -04:00
parent c2ff24591e
commit 63ab4da34b

View file

@ -195,9 +195,8 @@ const styles = StyleSheet.create({
marginBottom: 24, marginBottom: 24,
}, },
vaultKeyCircle: { vaultKeyCircle: {
width: 42, width: 32,
height: 42, height: 32,
borderRadius: 25,
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
}, },