diff --git a/src/Views/CommitRefsPresenter.cs b/src/Views/CommitRefsPresenter.cs index e575360b..cb24588a 100644 --- a/src/Views/CommitRefsPresenter.cs +++ b/src/Views/CommitRefsPresenter.cs @@ -59,9 +59,8 @@ namespace SourceGit.Views { AffectsMeasure( FontFamilyProperty, - FontSizeProperty); - - AffectsRender( + FontSizeProperty, + ForegroundProperty, TagBackgroundProperty); }