Skip to content

Commit c0608a8

Browse files
authored
Reset color to white, not black
1 parent c10d665 commit c0608a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svg-render.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2>Base64 Image Tag:</h2>
137137

138138
transparentBg.addEventListener('change', () => {
139139
if (transparentBg.checked) {
140-
bgColor.value = "#000000";
140+
bgColor.value = "#ffffff";
141141
}
142142
});
143143

0 commit comments

Comments
 (0)