Skip to content

Commit d4dcd7d

Browse files
authored
Update tint color for the reaction action button (#896)
1 parent 128a75a commit d4dcd7d

File tree

1 file changed

+0
-1
lines changed
  • stream-video-android-compose/src/main/kotlin/io/getstream/video/android/compose/ui/components/call/controls/actions

1 file changed

+0
-1
lines changed

stream-video-android-compose/src/main/kotlin/io/getstream/video/android/compose/ui/components/call/controls/actions/ReactionAction.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public fun ReactionAction(
5858
modifier = Modifier
5959
.padding(12.dp)
6060
.clickable(enabled = enabled) { onCallAction(Reaction) },
61-
tint = Color.White,
6261
painter = painterResource(id = R.drawable.stream_video_ic_reaction),
6362
contentDescription = stringResource(R.string.stream_video_call_controls_reaction),
6463
)

0 commit comments

Comments
 (0)