Fix git graph css bracket leak

This commit is contained in:
Lishid 2023-04-04 11:22:19 -04:00 committed by GitHub
parent 6807c48f9a
commit 5693f63603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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