We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d688347 commit 5a9678bCopy full SHA for 5a9678b
DialogHost.Avalonia/DialogHostStyles.axaml.cs
@@ -44,7 +44,7 @@ public DialogHostStyles(IResourceHost owner) : base(owner) {
44
/// Lists of resource keys which will be used as defaults for DialogHost.OverlayBackground property
45
/// </summary>
46
public static IReadOnlyList<string> OverlayBackgroundColorKeys { get; } =
47
- ["SystemControlPageBackgroundChromeLowBrush"];
+ ["SystemChromeDisabledLowColor", "MaterialBodyLightColor"];
48
49
bool IResourceNode.HasResources => true;
50
0 commit comments