diff --git a/compose-destinations-codegen/src/main/java/com/ramcosta/composedestinations/codegen/writers/MermaidGraphWriter.kt b/compose-destinations-codegen/src/main/java/com/ramcosta/composedestinations/codegen/writers/MermaidGraphWriter.kt index a52ce5de..2b700b22 100644 --- a/compose-destinations-codegen/src/main/java/com/ramcosta/composedestinations/codegen/writers/MermaidGraphWriter.kt +++ b/compose-destinations-codegen/src/main/java/com/ramcosta/composedestinations/codegen/writers/MermaidGraphWriter.kt @@ -32,7 +32,7 @@ internal class MermaidGraphWriter( appendLine("---") appendLine("title: $title") appendLine("---") - appendLine("%%{init: {'theme':'base', 'themeVariables': { 'primaryTextColor': '#fff' }}%%") + appendLine("%%{init: {'theme':'base', 'themeVariables': { 'primaryTextColor': '#fff' }}}%%") appendLine("graph TD") appendGraphTreeLinks(tree) appendLine()