From 4a851490aeb36cedf403f78a0c4e97c43730a728 Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 17 Oct 2022 15:11:18 +1100 Subject: [PATCH] fix: qa feedback - updated message received background color in classic light --- ts/themes/classicLight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/themes/classicLight.ts b/ts/themes/classicLight.ts index 69772a3a4..931ec4838 100644 --- a/ts/themes/classicLight.ts +++ b/ts/themes/classicLight.ts @@ -21,7 +21,7 @@ export const classicLight: ThemeColorVariables = { '--text-box-border-color': THEMES.CLASSIC_LIGHT.COLOR2, '--message-bubbles-sent-background-color': 'var(--primary-color)', - '--message-bubbles-received-background-color': THEMES.CLASSIC_LIGHT.COLOR3, + '--message-bubbles-received-background-color': THEMES.CLASSIC_LIGHT.COLOR4, '--message-bubbles-sent-text-color': 'var(--text-primary-color)', '--message-bubbles-received-text-color': 'var(--text-primary-color)',