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 2cb569f commit b2db93bCopy full SHA for b2db93b
MainView.ux
@@ -1,10 +1,10 @@
1
-<App>
+<App Background="#022328">
2
<iOS.StatusBarConfig Style="Light" />
3
<Android.StatusBarConfig Color="#022328" />
4
5
<Router ux:Name="router" />
6
7
- <ClientPanel Background="#022328">
+ <ClientPanel>
8
<Navigator DefaultTemplate="splash">
9
<SplashPage ux:Template="splash" router="router" />
10
<HomePage ux:Template="home" router="router" />
0 commit comments