update: theme switcher button use new generalized button

This commit is contained in:
rasmusq
2025-12-19 23:35:43 +01:00
parent cb4539a982
commit 8f574380ce
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -31,6 +31,6 @@
{/if}
<div class="ml-auto flex items-center gap-1 sm:gap-2">
<LanguageToggle {color} />
<ThemeToggle />
<ThemeToggle size="sm" {color} />
</div>
</nav>