Skip to content

Commit 8842ad0

Browse files
committed
Fixed background of loading bar
1 parent 4f03435 commit 8842ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/LinkDotNet.Blog.Web/Features/Components/Loading.razor

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background:
3-
rgb(255, 255, 255, 0.0); display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
3+
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">
44
<g transform="rotate(0 50 50)">
55
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
66
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9285714285714286s" repeatCount="indefinite"></animate>
@@ -59,5 +59,5 @@
5959
</rect>
6060
</g>
6161
</svg>
62-
<h1 class="text-center">Getting latest information</h1>
62+
<h1 class="text-center shadow-none">Getting latest information</h1>
6363
</div>

0 commit comments

Comments
 (0)