Skip to content

Commit b9d1de7

Browse files
committed
feat: text field placeholder style
1 parent 77d76c4 commit b9d1de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import to.bitkit.models.BitcoinDisplayUnit
2727
import to.bitkit.models.PrimaryDisplay
2828
import to.bitkit.ui.LocalCurrencies
2929
import to.bitkit.ui.components.AmountInputHandler
30+
import to.bitkit.ui.components.BodySSB
3031
import to.bitkit.ui.components.Caption13Up
3132
import to.bitkit.ui.components.NumberPadTextField
3233
import to.bitkit.ui.components.PrimaryButton
@@ -104,7 +105,7 @@ fun EditInvoiceContent(
104105
Spacer(modifier = Modifier.height(16.dp))
105106

106107
TextField(
107-
placeholder = { Text(stringResource(R.string.wallet__receive_note_placeholder)) },
108+
placeholder = { BodySSB(stringResource(R.string.wallet__receive_note_placeholder)) },
108109
value = noteText,
109110
onValueChange = { onEvent(SendEvent.AddressChange(it)) },
110111
minLines = 12,

0 commit comments

Comments
 (0)