Skip to content

Commit 7004be0

Browse files
committed
ux: change information row background in FileHistories
Signed-off-by: leo <[email protected]>
1 parent 0d7d9c2 commit 7004be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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