Skip to content

Commit

Permalink
Fix about text color.
Browse files Browse the repository at this point in the history
Fixes #13789
Resolves #13979
  • Loading branch information
aeridus authored and greyson-signal committed Feb 11, 2025
1 parent 1fe58e2 commit 13b1f98
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,10 @@ private fun Content(
Row {
AndroidView(factory = ::EmojiTextView) {
it.text = model.about
it.setTextColor(textColor.toArgb())

TextViewCompat.setTextAppearance(it, R.style.Signal_Text_BodyLarge)

it.setTextColor(textColor.toArgb())
}
}
},
Expand Down

0 comments on commit 13b1f98

Please sign in to comment.