Skip to content

Commit b2db93b

Browse files
author
ferris
committed
Moved background attrib to App tag
This makes things look better under rotation and is generally better for best practices
1 parent 2cb569f commit b2db93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MainView.ux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<App>
1+
<App Background="#022328">
22
<iOS.StatusBarConfig Style="Light" />
33
<Android.StatusBarConfig Color="#022328" />
44

55
<Router ux:Name="router" />
66

7-
<ClientPanel Background="#022328">
7+
<ClientPanel>
88
<Navigator DefaultTemplate="splash">
99
<SplashPage ux:Template="splash" router="router" />
1010
<HomePage ux:Template="home" router="router" />

0 commit comments

Comments
 (0)