mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -05:00
fix: fixed positioning
This commit is contained in:
parent
a21436479c
commit
59685a961a
1 changed files with 1 additions and 1 deletions
|
@ -61,9 +61,9 @@ function Icon({
|
||||||
y="5"
|
y="5"
|
||||||
r="5"
|
r="5"
|
||||||
fill={"white"}
|
fill={"white"}
|
||||||
|
fontSize={"7.5"}
|
||||||
fontWeight={600}
|
fontWeight={600}
|
||||||
text-anchor="middle"
|
text-anchor="middle"
|
||||||
fontSize={"7.5"}
|
|
||||||
alignmentBaseline={"middle"}
|
alignmentBaseline={"middle"}
|
||||||
dominant-baseline={"middle"}>
|
dominant-baseline={"middle"}>
|
||||||
{count < 10 ? count : "9+"}
|
{count < 10 ? count : "9+"}
|
||||||
|
|
Loading…
Reference in a new issue