зеркало из https://github.com/DeGsoft/maui-linux.git
Update NavigationPage Platform Specifics demo with pre-393 compatible color
This commit is contained in:
Родитель
9dc9cca9c3
Коммит
43b01c5c7b
|
@ -9,7 +9,7 @@ namespace Xamarin.Forms.Controls.GalleryPages.PlatformSpecificsGalleries
|
|||
PushAsync(CreateRoot(restore));
|
||||
WindowsPlatformSpecificsGalleryHelpers.AddToolBarItems(this);
|
||||
|
||||
BarBackgroundColor = Color.CornflowerBlue;
|
||||
BarBackgroundColor = Color.FromHex("6495ED");
|
||||
}
|
||||
|
||||
ContentPage CreateRoot(ICommand restore)
|
||||
|
|
Загрузка…
Ссылка в новой задаче