Skip to content

Commit 9214149

Browse files
committed
fix(withdrawal/address): fillMaxWidth for buttons
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent a0a7113 commit 9214149

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)