use matching colour for attachment icon and message hint

This commit is contained in:
Adam Brown 2022-10-30 18:42:22 +00:00
parent a0e56b349c
commit 2e2e4aff99
1 changed files with 1 additions and 0 deletions

View File

@ -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),
)
}
}