From 24e030279debbe604aed90422041dc0b6283d08d Mon Sep 17 00:00:00 2001 From: Ivan Sekovanikj Date: Thu, 7 Nov 2024 16:08:12 +0100 Subject: [PATCH 1/2] fix: receiverMessageBackgroundColor hotfix --- package/src/contexts/themeContext/utils/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/src/contexts/themeContext/utils/theme.ts b/package/src/contexts/themeContext/utils/theme.ts index acb6579e9..0784cfa11 100644 --- a/package/src/contexts/themeContext/utils/theme.ts +++ b/package/src/contexts/themeContext/utils/theme.ts @@ -1218,7 +1218,7 @@ export const defaultTheme: Theme = { metaText: { fontSize: 12, }, - receiverMessageBackgroundColor: Colors.white, + receiverMessageBackgroundColor: Colors.white_smoke, replyBorder: {}, replyContainer: {}, senderMessageBackgroundColor: Colors.grey_gainsboro, From 66aed1078bb3c88118bf4ef62dc6d8b68f1659c3 Mon Sep 17 00:00:00 2001 From: Ivan Sekovanikj Date: Thu, 7 Nov 2024 16:20:57 +0100 Subject: [PATCH 2/2] fix: tests --- .../Thread/__tests__/__snapshots__/Thread.test.js.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap b/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap index 1e51ebe77..5f63002d1 100644 --- a/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +++ b/package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap @@ -416,7 +416,7 @@ exports[`Thread should match thread snapshot 1`] = ` "overflow": "hidden", }, { - "backgroundColor": "#FFFFFF", + "backgroundColor": "#F2F2F2", "borderBottomLeftRadius": 0, "borderBottomRightRadius": 16, "borderColor": "#ECEBEB", @@ -742,7 +742,7 @@ exports[`Thread should match thread snapshot 1`] = ` "overflow": "hidden", }, { - "backgroundColor": "#FFFFFF", + "backgroundColor": "#F2F2F2", "borderBottomLeftRadius": 0, "borderBottomRightRadius": 16, "borderColor": "#ECEBEB", @@ -1068,7 +1068,7 @@ exports[`Thread should match thread snapshot 1`] = ` "overflow": "hidden", }, { - "backgroundColor": "#FFFFFF", + "backgroundColor": "#F2F2F2", "borderBottomLeftRadius": 0, "borderBottomRightRadius": 16, "borderColor": "#ECEBEB", @@ -1422,7 +1422,7 @@ exports[`Thread should match thread snapshot 1`] = ` "overflow": "hidden", }, { - "backgroundColor": "#FFFFFF", + "backgroundColor": "#F2F2F2", "borderBottomLeftRadius": 0, "borderBottomRightRadius": 16, "borderColor": "#ECEBEB",