Item Label fixed
This commit is contained in:
parent
0ecfa8f06e
commit
2f53577f08
@ -782,7 +782,7 @@ private fun buildMenuItems(
|
||||
)
|
||||
}) { onNavigateAction("Pre-Auth Complete") },
|
||||
DashboardMenuItem(
|
||||
"Pre-Auth Complete Void",
|
||||
"Pre-Auth Comp Void",
|
||||
{
|
||||
Icon(
|
||||
Icons.Default.SwapHoriz,
|
||||
@ -907,7 +907,7 @@ private fun MenuCard(
|
||||
style = MaterialTheme.typography.bodySmall,
|
||||
color = Color.Black,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
maxLines = 1,
|
||||
maxLines = 2,
|
||||
modifier = Modifier.weight(1f)
|
||||
)
|
||||
Icon(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user