mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
fix: qa feedback - updated message received background color in classic light
This commit is contained in:
parent
0ac386dc1b
commit
4a851490ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue