[NUI] Apply Page color
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 27 May 2021 11:53:16 +0000 (20:53 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Thu, 27 May 2021 11:50:52 +0000 (20:50 +0900)
Page color is applied based on the latest UX.

src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs

index 5504bd3..35279c8 100755 (executable)
@@ -378,6 +378,11 @@ namespace Tizen.NUI.Components
                 },
             });
 
+            theme.AddStyleWithoutClone("Tizen.NUI.Components.Page", new ViewStyle()
+            {
+                BackgroundColor = new Color("#EEEFF1FF"),
+            });
+
             theme.AddStyleWithoutClone("Tizen.NUI.Components.AppBar", new AppBarStyle()
             {
                 Size = new Size(-1, 120),