Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Heufneutje committed Dec 1, 2024
1 parent 72ae6e2 commit 479f10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpeedrunTracker/Resources/Styles/Templates.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</Border>
</DataTemplate>

<DataTemplate x:Key="CategoryTemplate" x:DataType="{x:Type basemodels:BaseNamedSpeedrunObject}">
<DataTemplate x:Key="CategoryTemplate" x:DataType="basemodels:BaseNamedSpeedrunModel">
<Border Padding="10" Margin="5" Style="{StaticResource TransparentBackground}">
<Border.StrokeShape>
<RoundRectangle CornerRadius="10" />
Expand Down

0 comments on commit 479f10e

Please sign in to comment.