From 9eb3c4a8ffe0dd35b525fb11b428bc5514b0508d Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 30 Jul 2021 13:41:17 +0800 Subject: [PATCH] style: background colors --- src/Views/Widgets/DiffViewer.xaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Views/Widgets/DiffViewer.xaml b/src/Views/Widgets/DiffViewer.xaml index 0914c4ec..bf078309 100644 --- a/src/Views/Widgets/DiffViewer.xaml +++ b/src/Views/Widgets/DiffViewer.xaml @@ -6,7 +6,7 @@ xmlns:controls="clr-namespace:SourceGit.Views.Controls" xmlns:models="clr-namespace:SourceGit.Models" mc:Ignorable="d" - Background="{DynamicResource Brush.Contents}" + Background="{DynamicResource Brush.Window}" d:DesignHeight="450" d:DesignWidth="800">