Merge pull request #4278 from lishid/patch-2

Fix git graph css bracket leak
This commit is contained in:
Sidharth Vinod
2023-04-17 17:29:27 +05:30
committed by GitHub

View File

@@ -56,7 +56,6 @@ const getStyles = (options) =>
font-size: 18px;
fill: ${options.textColor};
}
}
`;
export default getStyles;