Add more button should have primary text colour

This commit is contained in:
David Langley
2023-07-18 21:39:37 +01:00
parent 212532599c
commit b0c680e1c6

View File

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