From: Jiyun Yang Date: Wed, 28 Apr 2021 11:23:20 +0000 (+0900) Subject: [NUI] Fix default theme id (#2970) X-Git-Tag: citest_t1~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5eec876fcef572802657f14e87bf507c4743942b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Fix default theme id (#2970) Signed-off-by: Jiyun Yang --- diff --git a/src/Tizen.NUI/src/public/Theme/DefaultTheme.cs b/src/Tizen.NUI/src/public/Theme/DefaultTheme.cs index c2dd2a9..c01168e 100644 --- a/src/Tizen.NUI/src/public/Theme/DefaultTheme.cs +++ b/src/Tizen.NUI/src/public/Theme/DefaultTheme.cs @@ -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();