We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c5789 commit a165fd2Copy full SHA for a165fd2
src/Views/Blame.axaml
@@ -110,7 +110,7 @@
110
<Path Width="12" Height="12" Data="{StaticResource Icons.TriangleRight}"/>
111
</Button>
112
113
- <Border Grid.Column="3" Padding="6,0" Margin="0,2" CornerRadius="4" Background="#20000000" BoxShadow="inset 0 0 3 3 #20000000">
+ <Border Grid.Column="3" Padding="6,0" Margin="0,2" CornerRadius="4" BorderThickness="1" BorderBrush="{DynamicResource Brush.Border2}" Background="#20000000">
114
<Grid ColumnDefinitions="Auto,*">
115
<TextBlock Grid.Column="0"
116
FontWeight="Bold"
0 commit comments