refactor: Use standard components for num of floors
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user