Skip to content

Commit 2ecc8d2

Browse files
committed
feat: text field min lines
1 parent b9d1de7 commit 2ecc8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/receive/EditInvoiceScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ fun EditInvoiceContent(
108108
placeholder = { BodySSB(stringResource(R.string.wallet__receive_note_placeholder)) },
109109
value = noteText,
110110
onValueChange = { onEvent(SendEvent.AddressChange(it)) },
111-
minLines = 12,
111+
minLines = 4,
112112
colors = AppTextFieldDefaults.noIndicatorColors,
113113
shape = MaterialTheme.shapes.small,
114114
modifier = Modifier.fillMaxWidth().defaultMinSize(minHeight = 74.dp),

0 commit comments

Comments
 (0)