Skip to content

Commit

Permalink
Update tint color for the reaction action button (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Oct 31, 2023
1 parent 128a75a commit d4dcd7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public fun ReactionAction(
modifier = Modifier
.padding(12.dp)
.clickable(enabled = enabled) { onCallAction(Reaction) },
tint = Color.White,
painter = painterResource(id = R.drawable.stream_video_ic_reaction),
contentDescription = stringResource(R.string.stream_video_call_controls_reaction),
)
Expand Down

0 comments on commit d4dcd7d

Please sign in to comment.