This commit is contained in:
devdatt 2026-02-19 09:04:09 +05:30
parent bfd43977a0
commit 80b68d41b5
1 changed files with 3 additions and 3 deletions

View File

@ -241,9 +241,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
</div> </div>
<input type="range" id="hue" min="-180" max="180" step="1" value="0"> <input type="range" id="hue" min="-180" max="180" step="1" value="0">
</div> </div>
</div> <div class="panel-actions">
<div class="panel-actions"> <button type="button" id="colorReset">Reset</button>
<button type="button" id="colorReset">Reset</button> </div>
</div> </div>
</div> </div>