Skip to content

Commit 05863c9

Browse files
committed
feat: bottom padding
1 parent b2a461f commit 05863c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/HomeScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ private fun Content(
481481

482482
AnimatedVisibility(homeUiState.banners.isNotEmpty()) {
483483
Column(
484-
modifier = Modifier.fillMaxWidth(),
484+
modifier = Modifier.fillMaxWidth().padding(bottom = 8.dp),
485485
verticalArrangement = Arrangement.spacedBy(16.dp)
486486
) {
487487
homeUiState.banners.forEach { banner ->

0 commit comments

Comments
 (0)