Change the background color of my messages to the same color as the one in side menu.

This commit is contained in:
elweyn 2023-07-20 13:40:29 +02:00
parent 0b1e377df5
commit 2decf90b6b

View File

@ -58,7 +58,7 @@ const STYLE = {
message: {
background: styleData.chatMessageBgOthers,
backgroundMe: styleData.chatMessageBgMe,
backgroundMe: styleData.colorPrimaryLight,
color: styleData.chatMessageColor,
colorStarted: '#9ca6af',
backgroundDeleted: '#dadfe2',