[NUI] Update button components text size
authorJiyun Yang <ji.yang@samsung.com>
Tue, 15 Jun 2021 01:00:37 +0000 (10:00 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 23 Jun 2021 08:25:09 +0000 (17:25 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs

index 9eeb899..0ecb914 100755 (executable)
@@ -52,6 +52,7 @@ namespace Tizen.NUI.Components
                 Text = new TextLabelStyle()
                 {
                     TextColor = Color.White,
+                    PixelSize = 32,
                 }
             });
 
@@ -77,7 +78,8 @@ namespace Tizen.NUI.Components
                 },
                 Text = new TextLabelStyle()
                 {
-                    TextColor = new Color("#001447")
+                    TextColor = new Color("#001447"),
+                    PixelSize = 32,
                 }
             });
 
@@ -168,7 +170,8 @@ namespace Tizen.NUI.Components
                 },
                 Text = new TextLabelStyle()
                 {
-                    TextColor = new Color("#001447")
+                    TextColor = new Color("#001447"),
+                    PixelSize = 32,
                 }
             });
 
@@ -245,7 +248,8 @@ namespace Tizen.NUI.Components
                 },
                 Text = new TextLabelStyle()
                 {
-                    TextColor = new Color("#001447")
+                    TextColor = new Color("#001447"),
+                    PixelSize = 32,
                 }
             });