[NUI] Fix default theme id (#2970)
authorJiyun Yang <ji.yang@samsung.com>
Wed, 28 Apr 2021 11:23:20 +0000 (20:23 +0900)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 11:23:20 +0000 (20:23 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/Theme/DefaultTheme.cs

index c2dd2a9..c01168e 100644 (file)
@@ -23,7 +23,7 @@ namespace Tizen.NUI
     {
         private DefaultThemeCreator() { }
 
-        internal const string DefaultId = "Tizen.NUI.Theme.Common";
+        internal const string DefaultId = "org.tizen.default-light-theme";
         internal const string DefaultVersion = "1.0.0";
 
         internal static IThemeCreator Instance { get; set; } = new DefaultThemeCreator();