We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c2af1 commit c0a8c3fCopy full SHA for c0a8c3f
1 file changed
demo/index.html
@@ -237,8 +237,8 @@ <h1 class="text-center m-3 mb-5">GCode Preview
237
<input type="checkbox" v-model="drawBoundingBox" />
238
</div>
239
<div class="controls">
240
- <label for="background-color">Background color</label>
241
- <input type="color" v-model="settings.boundingBoxColor" />
+ <label for="bbx-color">Bounding box color</label>
+ <input id="bbx-color" type="color" v-model="settings.boundingBoxColor" />
242
243
</section>
244
0 commit comments