mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Respond to CR.
This commit is contained in:
parent
6dd474d794
commit
9e21612298
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public class ConversationStyle: NSObject {
|
|||
@objc
|
||||
public func quotedReplyBubbleColor(isIncoming: Bool) -> UIColor {
|
||||
if Theme.isDarkThemeEnabled {
|
||||
let alpha: CGFloat = (isIncoming ?0.6 :0.5)
|
||||
let alpha: CGFloat = (isIncoming ? gi0.6 :0.5)
|
||||
return UIColor.white.blend(with: bubbleColorOutgoingSent, alpha: alpha)
|
||||
} else if isIncoming {
|
||||
return bubbleColorOutgoingSent.withAlphaComponent(0.25)
|
||||
|
|
Loading…
Reference in a new issue