Invert media flow button colors.

This commit is contained in:
Alex Hart
2022-07-27 13:37:23 -03:00
committed by Cody Henthorne
parent ad0acc640b
commit 8cb4034c80
6 changed files with 11 additions and 11 deletions

View File

@@ -294,7 +294,7 @@ class MediaReviewFragment : Fragment(R.layout.v2_media_review_fragment) {
private fun presentSendButton(sendType: MessageSendType) {
val sendButtonTint = if (sendType.usesSignalTransport) {
R.color.signal_colorSecondaryContainer
R.color.signal_colorOnSecondaryContainer
} else {
R.color.core_grey_50
}