Limited "Scroll to top" button max lines to 1

This commit is contained in:
Abdelilah El Aissaoui 2024-01-10 17:33:33 +01:00
parent 76a8422ac6
commit 9b75e0d804
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -295,6 +295,7 @@ private fun LogLoaded(
text = "Scroll to top",
modifier = Modifier.padding(start = 8.dp),
color = MaterialTheme.colors.onPrimary,
maxLines = 1,
style = MaterialTheme.typography.body2,
)
}