Skip to content

Commit 39b1331

Browse files
doc changes
1 parent 4e795d4 commit 39b1331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/Theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ namespace Microsoft.Web.WebView2.Core
122122
123123
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2Profile3")]
124124
{
125-
[doc_string("The Theme property sets the overall theme of the WebView2's associated with this profile. This sets the theme for WebView2 UI like dialogs, prompts, and context menus by setting the ['prefers-color-scheme'](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) CSS media feature for websites to respond to. The default value for this is COREWEBVIEW2_THEME_KIND_SYSTEM, which will follow whatever theme the OS is currently set to.")]
125+
[doc_string("The Theme property sets the overall theme of the WebView2's associated with this profile. This sets the theme for WebView2 UI like dialogs, prompts, and context menus by setting the ['prefers-color-scheme'](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) CSS media feature for websites to respond to. The default value for this is CoreWebView2ThemeKind.System, which will follow whatever theme the OS is currently set to.")]
126126
CoreWebView2ThemeKind Theme { get; set };
127127
}
128128
}

0 commit comments

Comments
 (0)