Hide theme name in theme switcher button

This commit is contained in:
Phillip Thelen 2024-11-08 12:19:42 +01:00
parent 82a76ad124
commit 15d5084aaf

View File

@ -64,7 +64,6 @@
style:background={$themeStore.colors.green}
></div>
</div>
{$themeStore.label}
</div>
<span class="icon">{showMenu ? "▼" : "▶"}</span>
</button>