From 47f3b36418d4a431dd2de15879413b77a0322df9 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 19 Nov 2024 15:06:14 +0100 Subject: [PATCH] :bug: Foreground now scales the same as background track --- @navikt/core/css/loader.css | 1 + 1 file changed, 1 insertion(+) diff --git a/@navikt/core/css/loader.css b/@navikt/core/css/loader.css index 5a53b6c832..93911c2806 100644 --- a/@navikt/core/css/loader.css +++ b/@navikt/core/css/loader.css @@ -13,6 +13,7 @@ stroke-dasharray: 80px, 200px; stroke-dashoffset: 0; stroke: var(--ac-loader-stroke, var(--a-border-default)); + stroke-width: var(--ac-loader-background-stroke-width); } .navds-loader__background {