adjust link icon size

This commit is contained in:
X1nto 2021-11-10 15:54:07 +04:00
parent afd5bfef36
commit f391347815
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ private fun ManagerItemCardContent(
if (icon != null) {
Icon(
modifier = Modifier
.size(36.dp),
.size(32.dp),
painter = painterResource(id = icon),
contentDescription = title,
)