File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ export default class VisBug extends HTMLElement {
129
129
</ol>
130
130
<ol colors>
131
131
<li class="color" id="foreground" aria-label="Text" aria-description="Change the text color">
132
- <input type="color" value="" >
132
+ <input type="color">
133
133
${ Icons . color_text }
134
134
</li>
135
135
<li class="color" id="background" aria-label="Background or Fill" aria-description="Change the background color or fill of svg">
136
- <input type="color" value="" >
136
+ <input type="color">
137
137
${ Icons . color_background }
138
138
</li>
139
139
<li class="color" id="border" aria-label="Border or Stroke" aria-description="Change the border color or stroke of svg">
140
- <input type="color" value="" >
140
+ <input type="color">
141
141
${ Icons . color_border }
142
142
</li>
143
143
</ol>
You can’t perform that action at this time.
0 commit comments