Skip to content

Commit f445bf2

Browse files
author
Adam Argyle
committed
fixes initial render console warning
1 parent 28ec7ad commit f445bf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/vis-bug/vis-bug.element.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)