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

pull/2522/head
William Grant 3 years ago
parent 0ac386dc1b
commit 4a851490ae

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

Loading…
Cancel
Save