Skip to content

Commit

Permalink
Added paddng between accounts when creating transaction (Ivy-Apps#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
narojunagaraju authored Feb 25, 2024
1 parent 866de07 commit efb5754
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ private fun AccountsRow(
) {
onSelectedAccountChanged(account)
}
Spacer(Modifier.width(8.dp))
}

item {
Expand Down

0 comments on commit efb5754

Please sign in to comment.