[NUI] Add Shadow BlurRadius and lighten View size (#1552)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Style / PopupStyle.cs
index 51eb137..2d6caf5 100755 (executable)
@@ -89,6 +89,7 @@ namespace Tizen.NUI.Components
             // TODO Apply proper shadow as a default for a Popup
             BoxShadow = new Shadow()
             {
+                BlurRadius = 5,
                 Offset = new Vector2(5, 5),
             };