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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
} }
} }