summaryrefslogtreecommitdiff
path: root/src/components/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shared')
-rw-r--r--src/components/shared/ThemeSwitcher.module.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/shared/ThemeSwitcher.module.scss b/src/components/shared/ThemeSwitcher.module.scss
index d2f296a..c614137 100644
--- a/src/components/shared/ThemeSwitcher.module.scss
+++ b/src/components/shared/ThemeSwitcher.module.scss
@@ -24,6 +24,8 @@
position: relative;
display: flex;
align-items: center;
+ justify-content: center;
+ width: var(--sz);
height: var(--sz);
select {
cursor: pointer;