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