Revert "[NUI] Apply Page color"
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 28 May 2021 02:45:16 +0000 (11:45 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Fri, 28 May 2021 05:07:10 +0000 (14:07 +0900)
This reverts commit 565c531f61682074bd90725599d05ad70aed4ac1.

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

index 35279c8..5504bd3 100755 (executable)
@@ -378,11 +378,6 @@ 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),