Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a0e2fcd

Browse files
committed
It's a lil diamond now
1 parent 747084c commit a0e2fcd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/GitHub.InlineReviews/Tags/ShowInlineAnnotationGlyph.xaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@
1515
<Setter Property="Fill" Value="{DynamicResource GitHubDiffGlyphFill.None}" />
1616
</Style>
1717
</Canvas.Resources>
18-
<Ellipse Width="10"
19-
Height="10"
20-
Canvas.Top="3"
21-
Canvas.Left="3"
18+
<Rectangle Width="8"
19+
Height="8"
20+
Canvas.Top="2.3"
21+
Canvas.Left="2.3"
2222
Fill="#23A1D0"
2323
Stroke="White"
24-
StrokeThickness="1"/>
24+
StrokeThickness="1">
25+
<Rectangle.LayoutTransform>
26+
<RotateTransform Angle="-45" />
27+
</Rectangle.LayoutTransform>
28+
</Rectangle>
2529
</Canvas>
2630
</Viewbox>
2731
</Grid>

0 commit comments

Comments
 (0)