Skip to content

Commit 9d88ae4

Browse files
committed
fix: xaml errors in Rider
1 parent f1ff969 commit 9d88ae4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Views/Launcher.axaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,7 @@
285285
</Border.BorderThickness>
286286

287287
<Border.Effect>
288-
<OnPlatform Default="{x:Null}">
289-
<On Options="macOS, Windows">
290-
<DropShadowEffect BlurRadius="8" OffsetX="0" OffsetY="0" Color="Black" Opacity=".5"/>
291-
</On>
292-
</OnPlatform>
288+
<OnPlatform Default="drop-shadow(0 0 8 #8F000000)" Linux="{x:Null}"/>
293289
</Border.Effect>
294290

295291
<StackPanel Margin="8" Orientation="Vertical">

0 commit comments

Comments
 (0)