We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac386d commit 4a85149Copy full SHA for 4a85149
ts/themes/classicLight.ts
@@ -21,7 +21,7 @@ export const classicLight: ThemeColorVariables = {
21
'--text-box-border-color': THEMES.CLASSIC_LIGHT.COLOR2,
22
23
'--message-bubbles-sent-background-color': 'var(--primary-color)',
24
- '--message-bubbles-received-background-color': THEMES.CLASSIC_LIGHT.COLOR3,
+ '--message-bubbles-received-background-color': THEMES.CLASSIC_LIGHT.COLOR4,
25
'--message-bubbles-sent-text-color': 'var(--text-primary-color)',
26
'--message-bubbles-received-text-color': 'var(--text-primary-color)',
27
0 commit comments