Skip to content

Commit 228daeb

Browse files
committed
ux: change the background of information row in FileHistories and DirHistories window
Signed-off-by: leo <[email protected]>
1 parent 0d7d9c2 commit 228daeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/Views/DirHistories.axaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</Grid>
3939

4040
<!-- Info -->
41-
<Grid Grid.Row="1"ColumnDefinitions="Auto,*"Background="{DynamicResource Brush.Popup}">
41+
<Grid Grid.Row="1"ColumnDefinitions="Auto,*"Background="{DynamicResource Brush.Window}">
4242
<Path Grid.Column="0"Width="14"Height="14"Margin="8,0,6,0"Data="{StaticResource Icons.Folder.Open}"/>
4343
<TextBlock Grid.Column="1"Text="{Binding Title, Mode=OneWay}"/>
4444
</Grid>

‎src/Views/FileHistories.axaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</Grid>
3939

4040
<!-- Info -->
41-
<Grid Grid.Row="1"ColumnDefinitions="Auto,*"Background="{DynamicResource Brush.Popup}">
41+
<Grid Grid.Row="1"ColumnDefinitions="Auto,*"Background="{DynamicResource Brush.Window}">
4242
<Path Grid.Column="0"Width="14"Height="14"Margin="8,0,6,0"Data="{StaticResource Icons.File}"/>
4343
<TextBlock Grid.Column="1"Text="{Binding Title, Mode=OneWay}"/>
4444
</Grid>

0 commit comments

Comments
(0)