Skip to content

Commit

Permalink
Fix user-journey leaking css
Browse files Browse the repository at this point in the history
This fixes a CSS syntax error that causes the CSS parser to soft-fail, which leads to the later CSS (custom styles) to not properly append the `#id` to them.
  • Loading branch information
lishid authored Sep 22, 2022
1 parent c93c7c7 commit 6309300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/diagrams/user-journey/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ const getStyles = (options) =>
.actor-5 {
${options.actor5 ? `fill: ${options.actor5}` : ''};
}
}
`;

export default getStyles;

0 comments on commit 6309300

Please sign in to comment.