From 1122b3ebbbcb486f64a513a81bbeef737286e8f3 Mon Sep 17 00:00:00 2001 From: pan <93918332+Panniku@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:51:03 +0530 Subject: [PATCH] fix(ServerListIndicators): brand-500 (#16) * feat(ServerListIndicator) add ids for css * feat: consistency * feat(SpotifyControls): dummy color control * fix: resolve merge * Revert "feat(SpotifyControls): dummy color control" This reverts commit 3a38e026790914dda3dfcafbec2111339ed8bc96. * fix(ServerListIndicators): tooltip changes on mode * fix(SpotifyControls): copy paste from source to sync * fix: edit DiscordColorways to ServerListRenderPosition.Above * Update index.tsx * update(serverSearch): patches -> ServerList api * fix: brand-500 --------- Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com> --- src/plugins/serverListIndicators/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/serverListIndicators/styles.css b/src/plugins/serverListIndicators/styles.css index 5327524b..1fb95a0b 100644 --- a/src/plugins/serverListIndicators/styles.css +++ b/src/plugins/serverListIndicators/styles.css @@ -20,7 +20,7 @@ #vc-serverlist-indicators:hover { border-radius: 34%; - background-color: var(--brand-experiment); + background-color: var(--brand-500); } #vc-serverlist-indicators::before {