Skip to content

Commit

Permalink
Use Mica.BaseAlt to align w/ Win11 use of Mica for titlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Corsaro authored and PureWeen committed Sep 26, 2023
1 parent fe425cf commit 651de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Platform/Windows/MauiWinUIWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public MauiWinUIWindow()

if (MicaController.IsSupported())
{
base.SystemBackdrop = new MicaBackdrop() { Kind = MicaKind.Base };
base.SystemBackdrop = new MicaBackdrop() { Kind = MicaKind.BaseAlt };
}

SubClassingWin32();
Expand Down

0 comments on commit 651de61

Please sign in to comment.