mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Theme quoted replies.
This commit is contained in:
parent
a92fca5c13
commit
6dd474d794
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public class ConversationStyle: NSObject {
|
|||
} else if isIncoming {
|
||||
return bubbleColorOutgoingSent.withAlphaComponent(0.25)
|
||||
} else {
|
||||
return UIColor.white.withAlphaComponent(0.75)
|
||||
return ConversationStyle.defaultBubbleColorIncoming.withAlphaComponent(0.75)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue