removed polite

This commit is contained in:
Fractal-Tess
2022-10-31 01:34:33 +02:00
parent d1c3dbe627
commit 01513f481e

View File

@@ -12,11 +12,7 @@
data-tauri-drag-region
class="h-12 bg-base-100 shadow-lg items-center justify-between flex"
>
<button
on:click={theme.toggleTheme}
class="hover:text-secondary ml-2"
aria-live="polite"
>
<button on:click={theme.toggleTheme} class="hover:text-secondary ml-2">
<ThemeToggleIcon class="w-8" />
</button>