Skip to content

Commit 460ce73

Browse files
committed
fix(withdrawal): remove erronous top padding
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent cd5c24a commit 460ce73

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)