feat: displaying whiteboard text shape in outliner

This commit is contained in:
Peng Xiao
2022-07-22 14:47:57 +08:00
parent 4d42877f3d
commit 45798ba714
6 changed files with 15 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ export class TextShape extends TLTextShape<TextShapeProps> {
fontSize: 20,
fontWeight: 400,
padding: 4,
fontFamily: "'Helvetica Neue', Helvetica, Arial, sans-serif",
fontFamily: "var(--ls-font-family), 'Helvetica Neue', Helvetica, Arial, sans-serif",
borderRadius: 0,
stroke: 'var(--tl-foreground, #000)',
fill: '#ffffff',

View File

@@ -405,6 +405,7 @@
justify-content: center;
pointer-events: none;
user-select: none;
font-family: var(--ls-font-family);
}
.logseq-tldraw .text-label-inner-wrapper {