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
commit 01de155e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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