refactor: Use standard components for num of floors

This commit is contained in:
2025-04-13 17:28:19 +02:00
parent ee0ba6acf8
commit a6b88b4bb7
2 changed files with 7 additions and 32 deletions

View File

@@ -92,9 +92,7 @@
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</span>
<button id="decreaseFloorNum">-</button>
<input type="text" id="numFullFloors" value="3" readonly>
<button id="increaseFloorNum">+</button>
<input type="number" id="numFullFloors" value="3" step="1">
</div>
<div class="column">