File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/receive Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import to.bitkit.models.BitcoinDisplayUnit
2727import to.bitkit.models.PrimaryDisplay
2828import to.bitkit.ui.LocalCurrencies
2929import to.bitkit.ui.components.AmountInputHandler
30+ import to.bitkit.ui.components.BodySSB
3031import to.bitkit.ui.components.Caption13Up
3132import to.bitkit.ui.components.NumberPadTextField
3233import 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 ,
You can’t perform that action at this time.
0 commit comments