From 19f27d84b85a0f7e98c76b4b80c226c0162f9596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com> Date: Fri, 27 Sep 2024 14:20:57 +0200 Subject: [PATCH] fix: transparent loader background --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 175d98f2b..d1f114772 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -79,7 +79,7 @@ justify-content: center; // useful when text is rendered with loader align-items: center; - background-color: $dark-light-2; + background-color: transparent; } // devtools button -- GitLab