Merge pull request #216 from gregorypappas/dominant-baseline
commit
8da6f87efb
|
|
@ -66,7 +66,7 @@ function Icon({
|
||||||
text-anchor="middle"
|
text-anchor="middle"
|
||||||
fontSize={"7.5"}
|
fontSize={"7.5"}
|
||||||
alignmentBaseline={"middle"}
|
alignmentBaseline={"middle"}
|
||||||
dominantBaseline={"middle"}>
|
dominant-baseline={"middle"}>
|
||||||
{count < 10 ? count : "9+"}
|
{count < 10 ? count : "9+"}
|
||||||
</text>
|
</text>
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue