diff options
Diffstat (limited to 'src/components/shared')
| -rw-r--r-- | src/components/shared/ThemeSwitcher.module.scss | 2 |
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; |
