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

View File

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