Correcting text color
authorKamil Stepaniuk/IoT K.stepaniuk UI Sample (PLT) /SRPOL/Designer/Samsung Electronics <k.stepaniuk@samsung.com>
Thu, 19 Mar 2020 16:04:15 +0000 (17:04 +0100)
committerLukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics <l.stanislaws@samsung.com>
Fri, 20 Mar 2020 09:22:38 +0000 (10:22 +0100)
Signed-off-by: Kamil Stepaniuk/IoT K.stepaniuk UI Sample (PLT) /SRPOL/Designer/Samsung Electronics <k.stepaniuk@samsung.com>
Oobe/OobeWifi/Controls/WifiView.cs

index 05b8ed8..09ebdd7 100644 (file)
@@ -93,7 +93,7 @@ namespace Oobe.Wifi.Controls
             {
                 Position = new Position(87, 29),
                 PixelSize = 20f,
-                TextColor = new Color(0, 0x0Cf / 255f, 0x2Bf / 255f, 1.0f),
+                TextColor = new Color(0, 0x0C / 255f, 0x2B / 255f, 1.0f),
                 FontFamily = "BreezeSans",
                 FontStyle = FontsStyles.Regular(),
             });
@@ -119,7 +119,7 @@ namespace Oobe.Wifi.Controls
             {
                 Position = new Position(78, 28),
                 PixelSize = 20f,
-                TextColor = new Color(0, 0x0Cf / 255f, 0x2Bf / 255f, 1.0f),
+                TextColor = new Color(0, 0x0C / 255f, 0x2B / 255f, 1.0f),
                 FontFamily = "BreezeSans",
                 FontStyle = FontsStyles.Light(),
             });
@@ -128,7 +128,7 @@ namespace Oobe.Wifi.Controls
             {
                 Position = new Position(79, 56),
                 PixelSize = 14f,
-                TextColor = new Color(0, 0x0Cf / 255f, 0x2Bf / 255f, 1.0f),
+                TextColor = new Color(0, 0x0C / 255f, 0x2B / 255f, 1.0f),
                 FontFamily = "BreezeSans",
                 FontStyle = FontsStyles.Regular(),
             });