From 795a5418055dd234679b1d0dd6cebd4f50a8fce7 Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Fri, 4 Feb 2022 14:27:39 +1100 Subject: [PATCH] reverse the send message background colour change --- .../session_sent_message_background.colorset/Contents.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SessionUIKit/Style Guide/Colors.xcassets/session_sent_message_background.colorset/Contents.json b/SessionUIKit/Style Guide/Colors.xcassets/session_sent_message_background.colorset/Contents.json index 48ead1c3e..97b7d83d2 100644 --- a/SessionUIKit/Style Guide/Colors.xcassets/session_sent_message_background.colorset/Contents.json +++ b/SessionUIKit/Style Guide/Colors.xcassets/session_sent_message_background.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "110", - "green" : "204", - "red" : "0" + "blue" : "0x76", + "green" : "0xE0", + "red" : "0x00" } }, "idiom" : "universal"