Skip to content

Commit fd50a85

Browse files
committed
Remove margin on Spinner
1 parent b45f8d3 commit fd50a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/components/core/Spinner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="flex flex-col items-center py-8">
33
<svg
4-
class="animate-spin -ml-1 mr-3 h-8 w-8 text-gray-700"
4+
class="animate-spin -ml-1 h-8 w-8 text-gray-700"
55
xmlns="http://www.w3.org/2000/svg"
66
fill="none"
77
viewBox="0 0 24 24"

0 commit comments

Comments
 (0)