Merge pull request #3510 from lishid/patch-2

Fix user-journey leaking css
This commit is contained in:
Sidharth Vinod 2022-09-23 09:58:50 +05:30 committed by GitHub
commit adadc9ee26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,8 +132,6 @@ const getStyles = (options) =>
.actor-5 {
${options.actor5 ? `fill: ${options.actor5}` : ''};
}
}
`;
export default getStyles;