Skip to content

Commit 2777098

Browse files
authored
Merge pull request #1522 from w3bdesign/develop
Increase loader icon size in cart layout
2 parents c711704 + af96a82 commit 2777098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout/LayoutCart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div v-if="isLoading">
44
<Icon
55
name="ri:loader-4-line"
6-
size="1.5em"
6+
size="2em"
77
class="text-gray-500 animate-spin"
88
/>
99
</div>

0 commit comments

Comments
 (0)