Put the user's email on a new line on the confirmation screen

This commit is contained in:
Z. Charles Dziura 2024-12-29 13:18:30 -05:00
parent 5a437a9813
commit a98c7df133

View file

@ -93,7 +93,7 @@ private fun RegistrationConfirmationScreen(emailAddress: String, modifier: Modif
Text(
text = buildAnnotatedString {
append("We sent your confirmation email to ")
append("We sent your confirmation email to\r\n")
withStyle(
style = SpanStyle(
color = MaterialTheme.colorScheme.primary,