From 21bf19aaff5babd0ab4172210715308bdd3fdfc8 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Tue, 1 Nov 2022 13:49:27 +0200 Subject: [PATCH] fix: slider margin --- tldraw/apps/tldraw-logseq/src/components/inputs/ColorInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldraw/apps/tldraw-logseq/src/components/inputs/ColorInput.tsx b/tldraw/apps/tldraw-logseq/src/components/inputs/ColorInput.tsx index fbfa61204f..e8da94bf96 100644 --- a/tldraw/apps/tldraw-logseq/src/components/inputs/ColorInput.tsx +++ b/tldraw/apps/tldraw-logseq/src/components/inputs/ColorInput.tsx @@ -44,7 +44,7 @@ export function ColorInput({ color, opacity, setColor, setOpacity, ...rest }: Co ))} -
+
setOpacity(value[0])}