Update src/styles/loadingSpinner.module.scss
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m11s

This commit is contained in:
freakoverse 2025-02-17 20:09:22 +00:00
parent 9c0b9befec
commit 0547bfa20c

View File

@ -43,3 +43,9 @@
transform: rotate(360deg);
}
}
.spinnerCircle {
border: 4px solid #363636;
border-top: 4px solid #8100ff;
background: #232323;
}