We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a7113 commit 9214149Copy full SHA for 9214149
1 file changed
app/src/main/java/com/getcode/view/main/account/withdraw/AccountWithdrawAddress.kt
@@ -130,6 +130,7 @@ fun AccountWithdrawAddress(
130
131
CodeButton(
132
modifier = Modifier
133
+ .fillMaxWidth()
134
.padding(bottom = CodeTheme.dimens.inset)
135
.constrainAs(pasteButton) {
136
top.linkTo(resolveStatus.bottom)
@@ -142,6 +143,7 @@ fun AccountWithdrawAddress(
142
143
144
145
146
147
148
.constrainAs(nextButton) {
149
bottom.linkTo(parent.bottom)
0 commit comments