Skip to content

Commit ac6981c

Browse files
committed
fix: half circle loader class name
1 parent 5e57029 commit ac6981c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Circle/HalfCircleLoader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<g :style="{ opacity: `${options.loading ? 1 : 0.45}` }">
33
<path
44
:stroke-width="thickness"
5-
class="ep-half-circle--loading animation__loading"
5+
class="ep-half-circle--loader animation__loading"
66
:d="path"
77
:fill="computedColorFill"
88
:stroke="computedColor"

src/styles/animationsUsage.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
}
2828

29-
.ep-half-circle--loading {
29+
.ep-half-circle--loader {
3030
&.animation__loading {
3131
animation-name: ep-half-progress--loading;
3232
animation-iteration-count: infinite !important;

0 commit comments

Comments
 (0)