From 52eeedb639aa2b80519895efed0298c97ed423a7 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 7 Nov 2022 12:42:11 -0800 Subject: [PATCH] typo --- packages/client/src/ui/universal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 13e030787f..d896ed9f63 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -373,7 +373,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null; > .button-wrapper { - &.on { + &.active { background-color: var(--accentedBg); width: 100%; border-radius: 999px;