Adjusts size of the Zap Forward text.

This commit is contained in:
Vitor Pamplona 2023-04-27 18:27:56 -04:00
parent 8ca63f32f4
commit f173f3194b

View File

@ -467,7 +467,8 @@ private fun ForwardZapTo(
placeholder = {
Text(
text = stringResource(R.string.zap_forward_lnAddress),
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f)
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
fontSize = 14.sp
)
},
colors = TextFieldDefaults