Skip to content

Commit 4a85149

Browse files
committed
fix: qa feedback - updated message received background color in classic light
1 parent 0ac386d commit 4a85149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/themes/classicLight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const classicLight: ThemeColorVariables = {
2121
'--text-box-border-color': THEMES.CLASSIC_LIGHT.COLOR2,
2222

2323
'--message-bubbles-sent-background-color': 'var(--primary-color)',
24-
'--message-bubbles-received-background-color': THEMES.CLASSIC_LIGHT.COLOR3,
24+
'--message-bubbles-received-background-color': THEMES.CLASSIC_LIGHT.COLOR4,
2525
'--message-bubbles-sent-text-color': 'var(--text-primary-color)',
2626
'--message-bubbles-received-text-color': 'var(--text-primary-color)',
2727

0 commit comments

Comments
 (0)