diff --git a/packages/builder/src/components/userInterface/Colorpicker/components/CheckedBackground.svelte b/packages/builder/src/components/userInterface/Colorpicker/components/CheckedBackground.svelte
index 2baa6b466e..c1a3c2f6fc 100644
--- a/packages/builder/src/components/userInterface/Colorpicker/components/CheckedBackground.svelte
+++ b/packages/builder/src/components/userInterface/Colorpicker/components/CheckedBackground.svelte
@@ -1,5 +1,5 @@
-
-
-
-
-
-
-
-
-
- setHue(hue.detail)}
- on:dragend={dispatchValue} />
-
-
- setAlpha(alpha.detail, isDrag)}
- on:dragend={dispatchValue} />
-
-
-
-
-
- {#if !disableSwatches}
-
- {#if hasSwatches}
- {#each swatches as color, idx}
- {#if idx < 12}
-
applySwatch(color)}
- on:removeswatch={() => removeSwatch(idx)} />
- {/if}
- {/each}
- {/if}
- {#if swatches.length < 12}
-
- +
-
- {/if}
-
- {/if}
-
-
-
- handleColorInput(event.target.value)}
- on:change={dispatchInputChange} />
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ setHue(hue.detail)}
+ on:dragend={dispatchValue} />
+
+
+ setAlpha(alpha.detail, isDrag)}
+ on:dragend={dispatchValue} />
+
+
+
+
+
+ {#if !disableSwatches}
+
+ {#if hasSwatches}
+ {#each swatches as color, idx}
+ {#if idx < 12}
+
applySwatch(color)}
+ on:removeswatch={() => removeSwatch(idx)} />
+ {/if}
+ {/each}
+ {/if}
+ {#if swatches.length < 12}
+
+ +
+
+ {/if}
+
+ {/if}
+
+
+
+ handleColorInput(event.target.value)}
+ on:change={dispatchInputChange} />
+
+
+
+
+
diff --git a/packages/builder/src/components/userInterface/Colorpicker/components/Colorpreview.svelte b/packages/builder/src/components/userInterface/Colorpicker/components/Colorpreview.svelte
index a28c8d2560..f3ab6f6f22 100644
--- a/packages/builder/src/components/userInterface/Colorpicker/components/Colorpreview.svelte
+++ b/packages/builder/src/components/userInterface/Colorpicker/components/Colorpreview.svelte
@@ -1,93 +1,141 @@
+
+
@@ -127,41 +175,3 @@
{/if}
-
-