From 17e7d095228903e987341d45881ff6c806812bb0 Mon Sep 17 00:00:00 2001 From: David Benque Date: Wed, 8 Oct 2025 15:38:06 +0100 Subject: [PATCH] Fix variable --- www/teams/app-team.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index d73ecd792..0d8d6a203 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -174,7 +174,7 @@ box-sizing: border-box; width: 180px; height: 180px; - border: 11px solid @cp_loading-spinner; + border: 11px solid @cp_loading-logo; border-radius: 50%; border-top-color: transparent; animation: spin infinite 3s; // defined in loading.less