Skip to content

Commit

Permalink
Left menu size removed
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairKhalid786 committed Oct 22, 2023
1 parent 6643f9f commit fcd9762
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -111,8 +111,7 @@ fun NavigationDrawerScope.NavigationRow(
}, leadingContent = {
Icon(
imageVector = item.icon ?: return@NavigationDrawerItem,
contentDescription = item.text,
modifier = Modifier.size(20.dp),
contentDescription = item.text
)
}) {
Text(item.text)

0 comments on commit fcd9762

Please sign in to comment.