File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ export default class VisBug extends HTMLElement {
129129 </ol>
130130 <ol colors>
131131 <li class="color" id="foreground" aria-label="Text" aria-description="Change the text color">
132- <input type="color" value="" >
132+ <input type="color">
133133 ${ Icons . color_text }
134134 </li>
135135 <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">
137137 ${ Icons . color_background }
138138 </li>
139139 <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">
141141 ${ Icons . color_border }
142142 </li>
143143 </ol>
You can’t perform that action at this time.
0 commit comments