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 ff8bbf7 commit 967e9e3Copy full SHA for 967e9e3
app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt
@@ -103,7 +103,11 @@ private fun NewTransactionSheetView(
103
painter = painterResource(R.drawable.check),
104
contentDescription = null,
105
contentScale = ContentScale.FillWidth,
106
- modifier = Modifier.fillMaxWidth()
+ modifier = Modifier
107
+ .fillMaxWidth()
108
+ .padding(horizontal = 16.dp)
109
+ .align(Alignment.Center)
110
+
111
)
112
}
113
@@ -171,7 +175,7 @@ private fun NewTransactionSheetView(
171
175
172
176
173
177
174
- Spacer(modifier = Modifier.height(16.dp))
178
+ Spacer(modifier = Modifier.height(8.dp))
179
180
181
0 commit comments