Enhancement: Improve the UX for unread conversations (#986)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
WevrLabs
2020-07-01 11:10:21 +02:00
committed by GitHub
parent 534409d25a
commit 83be2e1edb

View File

@@ -120,11 +120,11 @@
} }
.conversation--message { .conversation--message {
font-weight: $font-weight-medium; font-weight: $font-weight-bold;
} }
.conversation--user { .conversation--user {
font-weight: $font-weight-medium; font-weight: $font-weight-bold;
} }
} }