generic color for online user count

This commit is contained in:
ThatOneCalculator 2023-03-19 16:58:54 -07:00
parent f73ff912f1
commit 28c1419612
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ defineExpose<WidgetComponentExpose>({
> .text {
::v-deep(b) {
color: #41b781;
color: var(--badge);
}
::v-deep(span) {