Skip to content

Commit 3b8dcd7

Browse files
committed
ux: grid lines brush for DataGrid
Signed-off-by: leo <[email protected]>
1 parent d8bc3f9 commit 3b8dcd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Views/Histories.axaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
ContextRequested="OnCommitListContextRequested"
4848
DoubleTapped="OnCommitListDoubleTapped"
4949
KeyDown="OnCommitListKeyDown">
50+
<DataGrid.Resources>
51+
<SolidColorBrush x:Key="DataGridGridLinesBrush" Color="{DynamicResource Color.Border0}" />
52+
</DataGrid.Resources>
53+
5054
<DataGrid.Styles>
5155
<Style Selector="DataGridColumnHeader">
5256
<Setter Property="MinHeight" Value="24"/>

0 commit comments

Comments
 (0)