diff options
Diffstat (limited to 'vnext/src/ui')
-rw-r--r-- | vnext/src/ui/Contacts.js | 4 |
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)' }; |