fixing wrong in progress reply text colour for material you
This commit is contained in:
parent
0a982ff53f
commit
1e060dad44
|
@ -674,12 +674,12 @@ private fun TextComposer(state: ComposerState.Text, onTextChange: (String) -> Un
|
||||||
fontSize = 11.sp,
|
fontSize = 11.sp,
|
||||||
text = replyName,
|
text = replyName,
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
color = SmallTalkTheme.extendedColors.onSelfBubble
|
color = SmallTalkTheme.extendedColors.onOthersBubble
|
||||||
)
|
)
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
text = it.content,
|
text = it.content,
|
||||||
color = SmallTalkTheme.extendedColors.onSelfBubble,
|
color = SmallTalkTheme.extendedColors.onOthersBubble,
|
||||||
fontSize = 14.sp,
|
fontSize = 14.sp,
|
||||||
maxLines = 2,
|
maxLines = 2,
|
||||||
modifier = Modifier.wrapContentSize(),
|
modifier = Modifier.wrapContentSize(),
|
||||||
|
|
Loading…
Reference in New Issue