We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b23b5 commit 25146c3Copy full SHA for 25146c3
app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAmountScreen.kt
@@ -61,7 +61,7 @@ fun SendAmountScreen(
61
text = stringResource(R.string.wallet__send_available),
62
color = Colors.White64,
63
)
64
- Spacer(modifier = Modifier.height(8.dp))
+ Spacer(modifier = Modifier.height(4.dp))
65
66
Row(
67
verticalAlignment = Alignment.CenterVertically,
0 commit comments