Add more button should have primary text colour

This commit is contained in:
David Langley 2023-07-18 21:39:37 +01:00
parent 7f84aef543
commit 312b47e7f5

View file

@ -117,6 +117,7 @@ private fun TextContent(
.height(reactionEmojiLineHeight.toDp()),
text = text,
style = ElementTheme.typography.fontBodyMdRegular,
color = MaterialTheme.colorScheme.primary
)
@Composable