Browse Source

Add more button should have primary text colour

pull/912/head
David Langley 1 year ago
parent
commit
312b47e7f5
  1. 1
      features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/MessagesReactionButton.kt

1
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/MessagesReactionButton.kt

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

Loading…
Cancel
Save