Browse Source

fix: color drip icon position

Konstantinos Kaloutas 3 years ago
parent
commit
d2a4482cd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tldraw/apps/tldraw-logseq/src/styles.css

+ 1 - 1
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 {