From 2e63b868d931f9626941b13d5fa5c2ae6298edd7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 5 Aug 2020 13:24:01 +0200 Subject: [PATCH] loader message fix --- src/components/atoms/Loader.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/atoms/Loader.module.css b/src/components/atoms/Loader.module.css index be55dda04..8b09217ca 100644 --- a/src/components/atoms/Loader.module.css +++ b/src/components/atoms/Loader.module.css @@ -14,6 +14,7 @@ } .message { + font-weight: var(--font-weight-base); font-size: var(--font-size-small); color: var(--brand-grey-light); display: block;