Browse Source

fix: icon styles

Peng Xiao 3 years ago
parent
commit
cffc30a076
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tldraw/apps/tldraw-logseq/src/styles.css

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