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 b5baa11 commit 78c599fCopy full SHA for 78c599f
app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt
@@ -81,8 +81,7 @@ private fun NewTransactionSheetView(
81
onDetailClick: () -> Unit,
82
) {
83
Box(
84
- modifier = Modifier
85
- .fillMaxSize()
+ modifier = Modifier.fillMaxSize()
86
87
88
if (details.direction == NewTransactionSheetDirection.RECEIVED) {
@@ -125,7 +124,7 @@ private fun NewTransactionSheetView(
125
124
painter = painterResource(R.drawable.check),
126
contentDescription = null,
127
contentScale = ContentScale.FillWidth,
128
- modifier = Modifier.fillMaxWidth().padding(horizontal = 32.dp)
+ modifier = Modifier.fillMaxWidth()
129
)
130
}
131
0 commit comments