From 28c1419612b9549239aef04b2d1c1b25225177c2 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 19 Mar 2023 16:58:54 -0700 Subject: [PATCH] generic color for online user count --- packages/client/src/widgets/online-users.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/widgets/online-users.vue b/packages/client/src/widgets/online-users.vue index e9ab79b11..ed885bf13 100644 --- a/packages/client/src/widgets/online-users.vue +++ b/packages/client/src/widgets/online-users.vue @@ -67,7 +67,7 @@ defineExpose({ > .text { ::v-deep(b) { - color: #41b781; + color: var(--badge); } ::v-deep(span) {