Fix full thread SVG dots not rendering (#346) (#364)

zio/stable
John Fawcett 2023-04-03 12:18:57 -05:00 committed by GitHub
parent 9d178c7e15
commit 180e373b6f
1 changed files with 3 additions and 3 deletions

View File

@ -85,9 +85,9 @@ function ViewFullThread({slice}: {slice: FeedSliceModel}) {
stroke={pal.colors.replyLine} stroke={pal.colors.replyLine}
strokeWidth="2" strokeWidth="2"
/> />
<Circle x="2" y="16" r="1.5" fill={pal.colors.replyLineDot} /> <Circle cx="2" cy="16" r="1.5" fill={pal.colors.replyLineDot} />
<Circle x="2" y="22" r="1.5" fill={pal.colors.replyLineDot} /> <Circle cx="2" cy="22" r="1.5" fill={pal.colors.replyLineDot} />
<Circle x="2" y="28" r="1.5" fill={pal.colors.replyLineDot} /> <Circle cx="2" cy="28" r="1.5" fill={pal.colors.replyLineDot} />
</Svg> </Svg>
</View> </View>
<Text type="md" style={pal.link}> <Text type="md" style={pal.link}>