feat: update theme toggle button text and adjust UV mapping threshold for improved rendering

This commit is contained in:
CNCKitchen
2026-03-18 12:21:53 +01:00
parent d09d00e5a8
commit ac598757f0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
<span>CNC Kitchen STL Texturizer</span>
</div>
<button id="theme-toggle" class="theme-toggle" title="Toggle light / dark mode" aria-label="Toggle light/dark mode" style="margin-left:auto">
<span class="icon-moon">Dark</span>
<span class="icon-sun">Light</span>
<span class="icon-moon">Dark Theme</span>
<span class="icon-sun">Light Theme</span>
</button>
</header>