From d2a4482cd39eb60a943508eae60d5ca774b27dd8 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Fri, 4 Nov 2022 11:50:55 +0200 Subject: [PATCH] fix: color drip icon position --- tldraw/apps/tldraw-logseq/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldraw/apps/tldraw-logseq/src/styles.css b/tldraw/apps/tldraw-logseq/src/styles.css index d338e98c1..f2e38c675 100644 --- a/tldraw/apps/tldraw-logseq/src/styles.css +++ b/tldraw/apps/tldraw-logseq/src/styles.css @@ -926,7 +926,7 @@ html[data-theme='dark'] { } .tl-color-bg { - @apply w-full h-full rounded-sm; + @apply flex justify-center items-center w-full h-full rounded-sm; } .tl-slider-root {