Skip to content

Commit b4f1f35

Browse files
committedApr 28, 2025
Merge branch 'master' into develop
2 parents 951ea8f + 92f215d commit b4f1f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.14
1+
2025.15

‎src/Views/CommitSubjectPresenter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public FontWeight FontWeight
4747
get => GetValue(FontWeightProperty);
4848
set => SetValue(FontWeightProperty, value);
4949
}
50-
50+
5151
public static readonly StyledProperty<IBrush> InlineCodeBackgroundProperty =
5252
AvaloniaProperty.Register<CommitSubjectPresenter, IBrush>(nameof(InlineCodeBackground), Brushes.Transparent);
5353

0 commit comments

Comments
 (0)