From 4411446560f66be28897b062509af1f38177faf0 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 17 Feb 2025 20:15:15 +0000 Subject: [PATCH] Update src/styles/dotsSpinner.module.scss --- src/styles/dotsSpinner.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/dotsSpinner.module.scss b/src/styles/dotsSpinner.module.scss index 772dfa8..6085c5c 100644 --- a/src/styles/dotsSpinner.module.scss +++ b/src/styles/dotsSpinner.module.scss @@ -16,3 +16,9 @@ content: '...'; } } + +.spinnerCircle { + border: 4px solid #363636; + border-top: 4px solid #8100ff; + background: #232323; +} \ No newline at end of file