Make the recent status icon dark theme compatible

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-08-24 14:28:59 +02:00
parent 8052382a75
commit 0308d2f922
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
@include icon-color('app', 'user_status', $color-black, 1);
}
body.theme--dark .icon-user-status {
@include icon-color('app', 'user_status', $color-white, 1);
}
.icon-user-status-away {
@include icon-color('user-status-away', 'user_status', '#F4A331', 2);
}