Skip to content

Commit

Permalink
Make feed actor action icon tints match
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Sep 19, 2024
1 parent 7cd371b commit 4167ded
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fun FeedActor(
Icon(
badgeIcon,
badgeIconDescription,
tint = MaterialTheme.colorScheme.primary,
modifier = Modifier
.size(12.dp)
.padding(0.4.dp)
Expand All @@ -65,6 +66,7 @@ fun FeedActor(
.padding(7.dp)
)
}

Text(text = text, style = MaterialTheme.typography.labelMedium)
}
}

0 comments on commit 4167ded

Please sign in to comment.