From cffc30a076f7cd47844ffe6ef02aa238e093a9df Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Sat, 8 Oct 2022 18:20:25 +0800 Subject: [PATCH] fix: icon styles --- tldraw/apps/tldraw-logseq/src/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tldraw/apps/tldraw-logseq/src/styles.css b/tldraw/apps/tldraw-logseq/src/styles.css index 3aec7e2202..a72712bb1a 100644 --- a/tldraw/apps/tldraw-logseq/src/styles.css +++ b/tldraw/apps/tldraw-logseq/src/styles.css @@ -191,7 +191,7 @@ } .tl-button { - @apply relative flex items-center justify-center text-base rounded border-0; + @apply relative flex items-center justify-center rounded border-0; height: 32px; width: 32px; @@ -220,6 +220,10 @@ flex-flow: column; border-radius: 8px; padding: 8px; + + .tl-button { + font-size: 16px; + } } .tl-tools-floating-panel {