mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
feat: update theme toggle button text and adjust UV mapping threshold for improved rendering
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user