diff --git a/src/styles/hubl-framework/commons/loaders.scss b/src/styles/hubl-framework/commons/loaders.scss index e6276d4..3bdc6e5 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) {