fix incorrect icon colour in draft quote

pull/800/head
Ryan Zhao 1 year ago
parent 9d11cf87e0
commit 900a97bd8c

@ -144,7 +144,7 @@ final class QuoteView: UIView {
.messageBubble_outgoingText :
.messageBubble_incomingText
)
case .draft: return .messageBubble_outgoingText
case .draft: return .textPrimary
}
}()
imageView.contentMode = .center

Loading…
Cancel
Save