Reduce icon sizes

pull/1673/head
Don Turner 1 month ago
parent a01289df2d
commit bd557fd604

@ -54,7 +54,7 @@ fun InterestsItem(
) {
ListItem(
leadingContent = {
InterestsIcon(topicImageUrl, iconModifier.size(64.dp))
InterestsIcon(topicImageUrl, iconModifier.size(48.dp))
},
headlineContent = {
Text(text = name)

@ -212,7 +212,7 @@ private fun TopicHeader(name: String, description: String, imageUrl: String) {
contentDescription = null,
modifier = Modifier
.align(Alignment.CenterHorizontally)
.size(216.dp)
.size(132.dp)
.padding(bottom = 12.dp),
)
Text(name, style = MaterialTheme.typography.displayMedium)

Loading…
Cancel
Save