aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-13 17:28:44 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-13 17:28:44 +0100
commit65bf38646c303399daf0766a10dc7893b78d8301 (patch)
treeb1c8ce6db432ff39f81a55230edad6dffd9df0f7 /src
parente83d13bbbe4a7d19371a5be6782bd592a6ee7406 (diff)
chore: adjust spinner margins
Diffstat (limited to 'src')
-rw-r--r--src/components/Spinner/Spinner.module.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Spinner/Spinner.module.scss b/src/components/Spinner/Spinner.module.scss
index 044b333..8d818a2 100644
--- a/src/components/Spinner/Spinner.module.scss
+++ b/src/components/Spinner/Spinner.module.scss
@@ -6,7 +6,7 @@
align-items: center;
justify-content: center;
gap: var(--spacing-2xs);
- margin-bottom: var(--spacing-md);
+ margin: var(--spacing-md) 0;
}
.ball {
@@ -31,6 +31,7 @@
.text {
margin-left: var(--spacing-xs);
+ color: var(--color-primary-darker);
text-align: center;
}