浏览代码

fix: text color in action bar

Peng Xiao 3 年之前
父节点
当前提交
7c603f3988
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tldraw/apps/tldraw-logseq/src/lib/shapes/TextShape.tsx

+ 1 - 1
tldraw/apps/tldraw-logseq/src/lib/shapes/TextShape.tsx

@@ -34,7 +34,7 @@ export class TextShape extends TLTextShape<TextShapeProps> {
     borderRadius: 0,
     stroke: 'var(--tl-foreground, #000)',
     fill: '#ffffff',
-    noFill: false,
+    noFill: true,
     strokeType: 'line',
     strokeWidth: 2,
     opacity: 1,