Put the user's email on a new line on the confirmation screen
This commit is contained in:
parent
5a437a9813
commit
a98c7df133
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ private fun RegistrationConfirmationScreen(emailAddress: String, modifier: Modif
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
text = buildAnnotatedString {
|
text = buildAnnotatedString {
|
||||||
append("We sent your confirmation email to ")
|
append("We sent your confirmation email to\r\n")
|
||||||
withStyle(
|
withStyle(
|
||||||
style = SpanStyle(
|
style = SpanStyle(
|
||||||
color = MaterialTheme.colorScheme.primary,
|
color = MaterialTheme.colorScheme.primary,
|
||||||
|
|
Loading…
Add table
Reference in a new issue