diff --git a/SourceGit/Resources/Styles/ToggleButton.xaml b/SourceGit/Resources/Styles/ToggleButton.xaml index 3920885e..b12157d6 100644 --- a/SourceGit/Resources/Styles/ToggleButton.xaml +++ b/SourceGit/Resources/Styles/ToggleButton.xaml @@ -94,8 +94,8 @@ Width="12" Style="{DynamicResource Style.Icon}" Fill="Transparent" - Stroke="{DynamicResource Brush.FG2}" - StrokeThickness="1" + Stroke="{DynamicResource Brush.FG}" + StrokeThickness=".4" Data="{DynamicResource Icon.Tree}"/> diff --git a/SourceGit/UI/CommitViewer.xaml b/SourceGit/UI/CommitViewer.xaml index f0117f78..715c44fd 100644 --- a/SourceGit/UI/CommitViewer.xaml +++ b/SourceGit/UI/CommitViewer.xaml @@ -35,7 +35,7 @@ -