mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-11 16:07:54 +01:00
Adjusts size of the Zap Forward text.
This commit is contained in:
@@ -467,7 +467,8 @@ private fun ForwardZapTo(
|
|||||||
placeholder = {
|
placeholder = {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.zap_forward_lnAddress),
|
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
|
colors = TextFieldDefaults
|
||||||
|
|||||||
Reference in New Issue
Block a user