aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Contacts.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Contacts.js')
-rw-r--r--vnext/src/ui/Contacts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Contacts.js b/vnext/src/ui/Contacts.js
index 3852b26f..7a42283c 100644
--- a/vnext/src/ui/Contacts.js
+++ b/vnext/src/ui/Contacts.js
@@ -45,5 +45,5 @@ const chatTitleStyle = {
textAlign: 'left',
background: '#fff',
color: '#222',
- borderBottom: '1px solid #eee'
+ borderBottom: '1px solid var(--border-color)'
};