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

This commit is contained in:
freakoverse 2025-02-17 20:01:00 +00:00
parent 4dd0ed9a56
commit 9c0b9befec

View File

@ -25,12 +25,13 @@
}
.loadingSpinner {
border: 4px solid #f3f3f3;
border-top: 4px solid #3498db;
border: 4px solid #363636;
border-top: 4px solid #8100ff;
border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 1s linear infinite;
background: #232323;
}
}