diff --git a/src/screens/Tabs/Shared/Toot.tsx b/src/screens/Tabs/Shared/Toot.tsx index c44cdd36..f9a4f102 100644 --- a/src/screens/Tabs/Shared/Toot.tsx +++ b/src/screens/Tabs/Shared/Toot.tsx @@ -341,7 +341,7 @@ const TabSharedToot: React.FC> = ({ StyleConstants.Spacing.M + StyleConstants.Avatar.XS / 2 } ` + `a ${ARC} ${ARC} 0 0 0 -${ARC} ${ARC} ` + - `v 999` + `v ${heights[index] || 300}` } strokeWidth={1} stroke={colors.border} @@ -357,7 +357,7 @@ const TabSharedToot: React.FC> = ({ d={ `M ${(i + 1) * StyleConstants.Spacing.S} 0 ` + `v ${ - (heights[index] || 999) - + (heights[index] || 300) - (StyleConstants.Spacing.S * 1.5 + StyleConstants.Font.Size.L) / 2 - StyleConstants.Avatar.XS / 2 } ` + @@ -378,7 +378,7 @@ const TabSharedToot: React.FC> = ({ d={ `M ${(i + 1) * StyleConstants.Spacing.S} 0 ` + `v ${ - (heights[index] || 999) - + (heights[index] || 300) - (StyleConstants.Spacing.S * 1.5 + StyleConstants.Font.Size.L * 1.35) / 2 @@ -395,7 +395,10 @@ const TabSharedToot: React.FC> = ({ return (