Limited top menu buttons lines to 1

This commit is contained in:
Abdelilah El Aissaoui 2022-10-19 22:21:03 +02:00
parent 438bea4788
commit 325420bf47

View File

@ -203,6 +203,7 @@ fun ExtendedMenuButton(
modifier = Modifier.padding(start = 2.dp, top = 8.dp, bottom = 8.dp),
style = MaterialTheme.typography.body2,
color = MaterialTheme.colors.onPrimary,
maxLines = 1,
)
}