FIX: Update colors for presence plugin
This commit is contained in:
parent
77a9c6aa80
commit
89209985c8
|
@ -1,6 +1,6 @@
|
||||||
.presence-users {
|
.presence-users {
|
||||||
background-color: $secondary;
|
background-color: var(--secondary, $secondary);
|
||||||
color: $primary-medium;
|
color: var(--primary-medium, $primary-medium);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
span.presence-text {
|
span.presence-text {
|
||||||
|
|
Loading…
Reference in New Issue