mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Merge pull request #216 from gregorypappas/dominant-baseline
This commit is contained in:
commit
8da6f87efb
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function Icon({
|
|||
text-anchor="middle"
|
||||
fontSize={"7.5"}
|
||||
alignmentBaseline={"middle"}
|
||||
dominantBaseline={"middle"}>
|
||||
dominant-baseline={"middle"}>
|
||||
{count < 10 ? count : "9+"}
|
||||
</text>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue