[NUI] Update theme system
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / Notification.cs
index 04c88ff..0c3e515 100755 (executable)
@@ -189,7 +189,7 @@ namespace Tizen.NUI.Components
 
             if (gravity == null) throw new ArgumentNullException(nameof(gravity));
 
-            var style = ThemeManager.GetStyle("NotificationToast");
+            var style = ThemeManager.GetInitialStyleWithoutClone("NotificationToast");
             if (style != null)
             {
                 textLabel.ApplyStyle(style);