From 4e9411994d24e3f940f5558810c0374c69a775e3 Mon Sep 17 00:00:00 2001 From: David Haz Date: Sun, 13 Jul 2025 17:57:08 +0300 Subject: [PATCH] Adjust margin in PreviewColor --- src/components/common/PreviewColor.vue | 1 + src/demo/Animations/BlobCursorDemo.vue | 26 +++++++++++++++++--------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/components/common/PreviewColor.vue b/src/components/common/PreviewColor.vue index e8ff82a..20a8e60 100644 --- a/src/components/common/PreviewColor.vue +++ b/src/components/common/PreviewColor.vue @@ -27,6 +27,7 @@ const handleColorChange = (event: Event) => { display: flex; align-items: center; gap: 0.5rem; + margin-bottom: 1.5rem; } .color-label { diff --git a/src/demo/Animations/BlobCursorDemo.vue b/src/demo/Animations/BlobCursorDemo.vue index 9bca87d..0425f16 100644 --- a/src/demo/Animations/BlobCursorDemo.vue +++ b/src/demo/Animations/BlobCursorDemo.vue @@ -1,7 +1,7 @@