Merge pull request #1036 from Dawn11111111/patch-1

Typo Fix on Lnaddress TextField
This commit is contained in:
Vitor Pamplona 2024-08-30 12:05:00 -04:00 committed by GitHub
commit b733fbce35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,7 @@ fun NewUserMetadataView(
onValueChange = { postViewModel.lnAddress.value = it },
placeholder = {
Text(
text = "me@mylightiningnode.com",
text = "me@mylightningnode.com",
color = MaterialTheme.colorScheme.placeholderText,
)
},