Merge pull request #216 from gregorypappas/dominant-baseline

This commit is contained in:
Paul Makles 2021-09-12 00:28:23 +01:00 committed by GitHub
commit 8da6f87efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ function Icon({
text-anchor="middle"
fontSize={"7.5"}
alignmentBaseline={"middle"}
dominantBaseline={"middle"}>
dominant-baseline={"middle"}>
{count < 10 ? count : "9+"}
</text>
</>