Make next/continue buttons in send flow more consistent.

This commit is contained in:
Alex Hart
2022-07-22 16:16:00 -03:00
committed by Cody Henthorne
parent a50e49e4e6
commit c77718f4c7
6 changed files with 28 additions and 21 deletions

View File

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