fix: qa feedback - updated message received background color in classic light

This commit is contained in:
William Grant 2022-10-17 15:11:18 +11:00
parent 0ac386dc1b
commit 4a851490ae

View file

@ -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)',