This commit is contained in:
Florian 2025-01-15 18:25:56 +01:00
parent 2380134f8b
commit c508f080d3

View File

@ -168,8 +168,10 @@ fun CategoryCard(
LayoutMediaText(modifier, name)
Icon(
icons[iconid],
contentDescription = "$name Icon"
imageVector = icons[iconid],
contentDescription = "$name Icon",
modifier = Modifier.size(24.dp),
tint = Color.Black
)
}
}