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 9a0aa48 commit be01d16Copy full SHA for be01d16
app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt
@@ -69,6 +69,7 @@ fun NewTransactionSheet(
69
containerColor = MaterialTheme.colorScheme.surface,
70
modifier = Modifier
71
.fillMaxSize()
72
+ .padding(top = 100.dp)
73
.gradientBackground()
74
) {
75
NewTransactionSheetView(
@@ -86,7 +87,7 @@ private fun NewTransactionSheetView(
86
87
onDetailClick: () -> Unit,
88
89
Box(
- modifier = Modifier.fillMaxSize()
90
+ modifier = Modifier.fillMaxWidth()
91
92
93
if (details.direction == NewTransactionSheetDirection.RECEIVED) {
0 commit comments