use matching colour for attachment icon and message hint
This commit is contained in:
parent
a0e56b349c
commit
2e2e4aff99
|
@ -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),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue