.asdd
This commit is contained in:
parent
2380134f8b
commit
c508f080d3
@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user