diff --git a/tldraw/apps/tldraw-logseq/src/components/ContextBar/contextBarActionFactory.tsx b/tldraw/apps/tldraw-logseq/src/components/ContextBar/contextBarActionFactory.tsx index 82b0c9575..755e727d4 100644 --- a/tldraw/apps/tldraw-logseq/src/components/ContextBar/contextBarActionFactory.tsx +++ b/tldraw/apps/tldraw-logseq/src/components/ContextBar/contextBarActionFactory.tsx @@ -35,7 +35,7 @@ export const contextBarActionTypes = [ 'NoFill', 'StrokeType', 'ScaleLevel', - // 'TextStyle', + 'TextStyle', 'YoutubeLink', 'LogseqPortalViewMode', 'ArrowMode', @@ -58,7 +58,7 @@ const shapeMapping: Partial> = { line: ['Edit', 'Swatch', 'ArrowMode'], pencil: ['Swatch'], highlighter: ['Swatch'], - text: ['Edit', 'Swatch', 'ScaleLevel', 'AutoResizing'], + text: ['Edit', 'Swatch', 'ScaleLevel', 'AutoResizing', 'TextStyle'], html: ['ScaleLevel', 'AutoResizing'], } @@ -80,6 +80,7 @@ const EditAction = observer(() => {