Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Organize Vue icons in categories
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed May 1, 2022
1 parent 3d761be commit affc7cf
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 255 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ private fun ItemIcon(
painter = painterResource(id = iconInfo.iconId),
colorFilter = ColorFilter.tint(tint),
alignment = Alignment.Center,
contentScale = ContentScale.Fit,
contentScale = if (iconInfo.newFormat)
ContentScale.Fit else ContentScale.None,
contentDescription = iconName ?: "item icon"
)
} else {
Expand Down
Loading

0 comments on commit affc7cf

Please sign in to comment.