Skip to content

Commit 5c29e79

Browse files
committed
ux: change the background of information row in DirHistories window
Signed-off-by: leo <[email protected]>
1 parent 7004be0 commit 5c29e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.ToolBar}">
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>

0 commit comments

Comments
 (0)