From b2e1ab6ec951c5dfe66e5fd8861d3b0a4343e2f2 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Sun, 6 Dec 2020 10:15:42 +0100 Subject: [PATCH] feature: loaders --- src/styles/hubl-framework/commons/loaders.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {