Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Mar 6, 2024
1 parent 0b64b36 commit fdede4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function buildCalloutDecos(view: EditorView, state: EditorState) {
const labelPos = lineFrom + match[1].length;

// Set the line class and callout color
builder.add(lineFrom, lineFrom, calloutDecoration(callout.color));
builder.add(lineFrom, lineFrom, calloutDecoration(callout.char, callout.color));

// Add the callout background element
builder.add(
Expand Down

0 comments on commit fdede4b

Please sign in to comment.