Pārlūkot izejas kodu

fix: text color in action bar

Peng Xiao 3 gadi atpakaļ
vecāks
revīzija
7c603f3988

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

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