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 b2c0944 commit 96cd109Copy full SHA for 96cd109
app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAddressScreen.kt
@@ -57,7 +57,7 @@ fun SendAddressScreen(
57
onValueChange = { onEvent(SendEvent.AddressChange(it)) },
58
minLines = 12,
59
colors = AppTextFieldDefaults.noIndicatorColors,
60
- shape = MaterialTheme.shapes.medium,
+ shape = MaterialTheme.shapes.small,
61
modifier = Modifier
62
.fillMaxWidth()
63
.weight(1f)
0 commit comments