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) LayoutMediaText(modifier, name)
Icon( Icon(
icons[iconid], imageVector = icons[iconid],
contentDescription = "$name Icon" contentDescription = "$name Icon",
modifier = Modifier.size(24.dp),
tint = Color.Black
) )
} }
} }