hopefully fix fo the last time

This commit is contained in:
ThatOneCalculator 2022-07-27 11:57:09 -07:00
parent f277aaf677
commit 160cb38afa

View File

@ -83,6 +83,7 @@ const props = withDefaults(defineProps<{
}
}
&.path {
@keyframes dash {
0% {
stroke-dasharray: 1, 150;
@ -97,7 +98,7 @@ const props = withDefaults(defineProps<{
stroke-dashoffset: -124;
}
}
&.path {
stroke: var(--accent);
stroke-linecap: round;
animation: dash 1.5s ease-in-out infinite;