mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-05 06:19:59 +01:00
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
Block a user