mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
feat: displaying whiteboard text shape in outliner
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user