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 b9d1de7 commit 2ecc8d2Copy full SHA for 2ecc8d2
app/src/main/java/to/bitkit/ui/screens/wallets/receive/EditInvoiceScreen.kt
@@ -108,7 +108,7 @@ fun EditInvoiceContent(
108
placeholder = { BodySSB(stringResource(R.string.wallet__receive_note_placeholder)) },
109
value = noteText,
110
onValueChange = { onEvent(SendEvent.AddressChange(it)) },
111
- minLines = 12,
+ minLines = 4,
112
colors = AppTextFieldDefaults.noIndicatorColors,
113
shape = MaterialTheme.shapes.small,
114
modifier = Modifier.fillMaxWidth().defaultMinSize(minHeight = 74.dp),
0 commit comments