Skip to content

Commit 0d8de28

Browse files
committed
fix loading size
1 parent 0b2db77 commit 0d8de28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/themes/zeus/bolt/loading.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="bolt-loading"></div>
33
@teleport('.bolt-loading')
44
<div wire:loading class="px-4">
5-
@svg('heroicon-o-arrow-path', 'text-primary-600 w-8 h-8 animate-spin')
5+
@svg('heroicon-o-arrow-path', 'text-primary-600 w-6 h-6 animate-spin')
66
</div>
77
@endteleport
88
</div>

0 commit comments

Comments
 (0)