Skip to content

Commit 613c16e

Browse files
authored
Merge pull request #116 from code-payments/fix/withdrawal-address-button-fillMaxWidth
fix(withdrawal/address): fillMaxWidth for buttons
2 parents 6e7b9ad + 9214149 commit 613c16e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/com/getcode/view/main/account/withdraw/AccountWithdrawAddress.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ fun AccountWithdrawAddress(
130130

131131
CodeButton(
132132
modifier = Modifier
133+
.fillMaxWidth()
133134
.padding(bottom = CodeTheme.dimens.inset)
134135
.constrainAs(pasteButton) {
135136
top.linkTo(resolveStatus.bottom)
@@ -142,6 +143,7 @@ fun AccountWithdrawAddress(
142143

143144
CodeButton(
144145
modifier = Modifier
146+
.fillMaxWidth()
145147
.padding(bottom = CodeTheme.dimens.inset)
146148
.constrainAs(nextButton) {
147149
bottom.linkTo(parent.bottom)

0 commit comments

Comments
 (0)