Skip to content

Commit 66bf683

Browse files
authored
Merge pull request #95 from code-payments/fix/withdrawal-vertical-align
fix(withdrawal): remove erronous top padding
2 parents cd5c24a + 460ce73 commit 66bf683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fun AccountWithdrawAddress(
118118

119119
Text(
120120
modifier = Modifier
121-
.padding(start = CodeTheme.dimens.grid.x2, top = CodeTheme.dimens.grid.x1),
121+
.padding(start = CodeTheme.dimens.grid.x2),
122122
text = text,
123123
color = if (isValid) green else Color.Red,
124124
style = CodeTheme.typography.caption.copy(

0 commit comments

Comments
 (0)