Skip to content

Commit

Permalink
Merge pull request #3510 from lishid/patch-2
Browse files Browse the repository at this point in the history
Fix user-journey leaking css
  • Loading branch information
sidharthv96 authored Sep 23, 2022
2 parents c93c7c7 + 6309300 commit adadc9e
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 adadc9e

Please sign in to comment.