From 312b47e7f52ee3e0e4bcaca5161efdd85662db5a Mon Sep 17 00:00:00 2001 From: David Langley Date: Tue, 18 Jul 2023 21:39:37 +0100 Subject: [PATCH] Add more button should have primary text colour --- .../messages/impl/timeline/components/MessagesReactionButton.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/MessagesReactionButton.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/MessagesReactionButton.kt index 8d2eb06f99..083bfcb7b5 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/MessagesReactionButton.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/MessagesReactionButton.kt @@ -117,6 +117,7 @@ private fun TextContent( .height(reactionEmojiLineHeight.toDp()), text = text, style = ElementTheme.typography.fontBodyMdRegular, + color = MaterialTheme.colorScheme.primary ) @Composable