Skip to content

Commit

Permalink
use matching colour for attachment icon and message hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Oct 30, 2022
1 parent a0e56b3 commit 2e2e4af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ private fun TextComposer(
modifier = Modifier.clickable { onAttach() }.wrapContentWidth().align(Alignment.Bottom),
imageVector = Icons.Filled.Image,
contentDescription = "",
tint = SmallTalkTheme.extendedColors.onOthersBubble.copy(alpha = 0.5f),
)
}
}
Expand Down

0 comments on commit 2e2e4af

Please sign in to comment.