Skip to content

Commit c0a8c3f

Browse files
committed
Fix html label
1 parent c9c2af1 commit c0a8c3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ <h1 class="text-center m-3 mb-5">GCode Preview
237237
<input type="checkbox" v-model="drawBoundingBox" />
238238
</div>
239239
<div class="controls">
240-
<label for="background-color">Background color</label>
241-
<input type="color" v-model="settings.boundingBoxColor" />
240+
<label for="bbx-color">Bounding box color</label>
241+
<input id="bbx-color" type="color" v-model="settings.boundingBoxColor" />
242242
</div>
243243
</section>
244244
</div>

0 commit comments

Comments
 (0)