Skip to content

Commit 8806d5b

Browse files
committed
fix: button share weight
1 parent 0f713a2 commit 8806d5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@ private fun CopyAddressCard(
627627
tint = if (type == CopyAddressType.ONCHAIN) Colors.Brand else Colors.Purple,
628628
modifier = Modifier.size(18.dp)
629629
)
630-
}
630+
},
631+
modifier = Modifier.weight(1f)
631632
)
632633
}
633634
}

0 commit comments

Comments
 (0)