Set Monaco editor to Dark Theme
This commit is contained in:
Родитель
829ea0b27c
Коммит
6c40a735a8
|
@ -68,6 +68,7 @@ namespace Uno.UI.Demo.Samples
|
|||
xamlText.PropertyChanged += OnPropertyChanged;
|
||||
xamlText.Loaded += OnEditorLoaded;
|
||||
xamlText.Loading += OnEditorLoading;
|
||||
xamlText.RequestedTheme = ElementTheme.Dark;
|
||||
|
||||
jsonDataContext.TextChanged += OnDataContextTextChanged;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче