diff --git a/src/styles/hubl-framework/commons/loaders.scss b/src/styles/hubl-framework/commons/loaders.scss
index e6276d4e220ab003bc71ca7bae1598a4b61e7d13..3bdc6e5854cd22addd800b82fb779740278c0fb6 100644
--- a/src/styles/hubl-framework/commons/loaders.scss
+++ b/src/styles/hubl-framework/commons/loaders.scss
@@ -13,14 +13,14 @@
     width: 13px;
     height: 13px;
     border-radius: 50%;
-    background: var(--color-menu-background);
+    background: var(--color-heading);
     animation-timing-function: cubic-bezier(0, 1, 1, 0);
   }
 
   &.loader-menu div {
     width: 8px;
     height: 8px;
-    background: var(--color-menu-text);
+    background: white;
   }
 
   div:nth-child(1) {