removed polite
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user