Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Nov 21, 2022
1 parent a686255 commit 89488b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/journey.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1>Journey diagram demo</h1>
<pre class="mermaid">
---
title: My working day
title: My working day
---
journey
accTitle: Very simple journey demo
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/er/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const getStyles = (options) =>
text-anchor: middle;
font-size: 18px;
fill: ${options.textColor};
}
}
`;

export default getStyles;

0 comments on commit 89488b6

Please sign in to comment.