From 1ab1c19362f1567b5e72edf3f1aa5cfd745fd70b Mon Sep 17 00:00:00 2001 From: Paolo Ghibaudo Date: Fri, 28 Jun 2024 19:00:10 +0200 Subject: [PATCH] Update Repository.axaml to get the Color.BadgeFG working amend last 2 pull request --- src/Views/Repository.axaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Views/Repository.axaml b/src/Views/Repository.axaml index 4c84b95a..6e7873e9 100644 --- a/src/Views/Repository.axaml +++ b/src/Views/Repository.axaml @@ -175,7 +175,7 @@ VerticalAlignment="Center" Background="{DynamicResource Brush.Badge}" IsVisible="{Binding WorkingCopyChangesCount, Converter={x:Static c:IntConverters.IsGreaterThanZero}}"> - + @@ -191,7 +191,7 @@ VerticalAlignment="Center" Background="{DynamicResource Brush.Badge}" IsVisible="{Binding StashesCount, Converter={x:Static c:IntConverters.IsGreaterThanZero}}"> - + @@ -284,7 +284,7 @@ - +