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 e1ce0b4 commit 7ffbae5Copy full SHA for 7ffbae5
app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAndReviewScreen.kt
@@ -181,7 +181,7 @@ private fun OnChainDescription(
181
)
182
}
183
Spacer(modifier = Modifier.weight(1f))
184
- HorizontalDivider(modifier = Modifier.padding(vertical = 16.dp))
+ HorizontalDivider(modifier = Modifier.padding(top = 16.dp))
185
186
Column(
187
modifier = Modifier
@@ -205,7 +205,7 @@ private fun OnChainDescription(
205
BodySSB(text = "± 20-60 minutes") //TODO GET FROM STATE
206
207
208
209
210
211
0 commit comments