Skip to content

Commit

Permalink
fix: switch mermaid theme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 8, 2024
1 parent 181a305 commit ab48adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MarkdownUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ const initializeMermaid = (): void => {
securityLevel: 'strict',
fontFamily: KUI_FONT_FAMILY_TEXT,
altFontFamily: KUI_FONT_FAMILY_CODE,
theme: activeTheme.value === 'light' ? 'default' : 'dark',
theme: activeTheme.value === 'light' ? 'default' : 'base',
})
}
}
Expand Down

0 comments on commit ab48adc

Please sign in to comment.