Skip to content

Commit b455e8b

Browse files
committed
Fix AcrylicMessageBox styles
1 parent 1ceed3d commit b455e8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FluentWPF/Themes/Generic.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,7 @@
498498
ShadowOpacity="0.3"
499499
Margin="0,-30,0,0"
500500
BlurRadius="6"
501-
Background="{DynamicResource SystemAltLowColorBrush}"
502-
local:PointerTracker.Enabled="True">
501+
Background="{DynamicResource SystemAltLowColorBrush}">
503502
<Grid Margin="0,30,0,0">
504503
<Grid Height="30"
505504
VerticalAlignment="Top">

0 commit comments

Comments
 (0)