From 8842ad078ec89fda98a164b1aa4bd56291d646e8 Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Sat, 3 Dec 2022 09:59:25 +0100 Subject: [PATCH] Fixed background of loading bar --- src/LinkDotNet.Blog.Web/Features/Components/Loading.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LinkDotNet.Blog.Web/Features/Components/Loading.razor b/src/LinkDotNet.Blog.Web/Features/Components/Loading.razor index 0773fb96..03ce6cd6 100644 --- a/src/LinkDotNet.Blog.Web/Features/Components/Loading.razor +++ b/src/LinkDotNet.Blog.Web/Features/Components/Loading.razor @@ -1,6 +1,6 @@ 
+ rgb(255, 255, 255, 0.0); display: block; shape-rendering: auto;" class="shadow-none" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> @@ -59,5 +59,5 @@ -

Getting latest information

+

Getting latest information

\ No newline at end of file