Skip to content

Commit

Permalink
examples: fill hex field with black
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Oct 14, 2024
1 parent 6e57c3d commit b91df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lib/colorspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1>Color Space Converter</h1>
<div id="hex">
<label><code>HEX:</code></label>
<input type="text" id="hex-str">
<input type="text" id="hex-str" value="#000000">
</div>
<div id="rgb">
<label><code>RGB:</code></label>
Expand Down

0 comments on commit b91df96

Please sign in to comment.