From 6624b09e5875326fcd71243ca1a36c27de466454 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 17 Feb 2025 20:14:00 +0000 Subject: [PATCH] Update src/styles/loadingSpinner.module.scss --- src/styles/loadingSpinner.module.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/styles/loadingSpinner.module.scss b/src/styles/loadingSpinner.module.scss index 539b574..62741ff 100644 --- a/src/styles/loadingSpinner.module.scss +++ b/src/styles/loadingSpinner.module.scss @@ -43,9 +43,3 @@ transform: rotate(360deg); } } - - .spinnerCircle { - border: 4px solid #363636; - border-top: 4px solid #8100ff; - background: #232323; - }