Revert "fix shadow crash on announcement page"

This reverts commit cf5b377532.
This commit is contained in:
Lightczx
2023-11-15 16:08:10 +08:00
parent fa5aac3366
commit 163d076ed5

View File

@@ -183,7 +183,7 @@
</DataTemplate>
<DataTemplate x:Key="CardTemplate" x:DataType="shvcp:CardReference">
<ItemContainer Child="{Binding Card}">
<ItemContainer cw:Effects.Shadow="{StaticResource CompatCardShadow}" Child="{Binding Card}">
<ItemContainer.Resources>
<SolidColorBrush x:Key="ItemContainerPointerOverBackground" Color="Transparent"/>
</ItemContainer.Resources>