Spaces:
Sleeping
Sleeping
fix: padding on theme icon
Browse files
src/lib/components/NavMenu.svelte
CHANGED
|
@@ -220,7 +220,7 @@
|
|
| 220 |
theme = localStorage.theme;
|
| 221 |
}}
|
| 222 |
aria-label="Toggle theme"
|
| 223 |
-
class="flex h-9 min-w-[
|
| 224 |
>
|
| 225 |
{#if browser}
|
| 226 |
{#if theme === "dark"}
|
|
|
|
| 220 |
theme = localStorage.theme;
|
| 221 |
}}
|
| 222 |
aria-label="Toggle theme"
|
| 223 |
+
class="flex h-9 min-w-[1.5em] flex-none items-center rounded-lg p-2 pr-0 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700"
|
| 224 |
>
|
| 225 |
{#if browser}
|
| 226 |
{#if theme === "dark"}
|