aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Contacts.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-24 14:32:03 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit4734220e47844c8a9e282c31a2c709747b180747 (patch)
tree00f0c5d595be1817e0487b85f96b91bcd98d3b58 /vnext/src/ui/Contacts.js
parentdbead3a247e08d173a70185f885b73f51d932d6f (diff)
Fix PM list color
Diffstat (limited to 'vnext/src/ui/Contacts.js')
-rw-r--r--vnext/src/ui/Contacts.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/ui/Contacts.js b/vnext/src/ui/Contacts.js
index 7a42283c..8160a24e 100644
--- a/vnext/src/ui/Contacts.js
+++ b/vnext/src/ui/Contacts.js
@@ -43,7 +43,7 @@ const chatTitleStyle = {
width: '100%',
padding: '12px',
textAlign: 'left',
- background: '#fff',
- color: '#222',
+ background: 'var(--main-background-color)',
+ color: 'var(--text-color)',
borderBottom: '1px solid var(--border-color)'
};