From f7f2bf3eeecedfd4c19d8bfacc139ecaee15cec9 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 30 Jul 2021 13:10:13 +0800 Subject: [PATCH] style: new colors for DiffViewer --- src/Views/Widgets/DiffViewer.xaml | 3 ++- src/Views/Widgets/DiffViewer.xaml.cs | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Views/Widgets/DiffViewer.xaml b/src/Views/Widgets/DiffViewer.xaml index df3ccfaa..19bc7165 100644 --- a/src/Views/Widgets/DiffViewer.xaml +++ b/src/Views/Widgets/DiffViewer.xaml @@ -5,7 +5,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:controls="clr-namespace:SourceGit.Views.Controls" xmlns:models="clr-namespace:SourceGit.Models" - mc:Ignorable="d" + mc:Ignorable="d" + Background="{DynamicResource Brush.Contents}" d:DesignHeight="450" d:DesignWidth="800">