Skip to content

Commit b921f51

Browse files
authored
Malte was right (#3399)
1 parent 148ac4b commit b921f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/themes.skeleton.dev/src/lib/components/generator/Controls/ControlsColors.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
type="text"
129129
class="input"
130130
bind:value={settingsColors[`--color-${color.value}-${shade}`]}
131-
oninput={() => genColorRamp(showAllShades, color.value)}
131+
onblur={() => genColorRamp(showAllShades, color.value)}
132132
/>
133133
</td>
134134
<td class="w-[1%] whitespace-nowrap">

0 commit comments

Comments
 (0)