Fixed buttons' styles changing.
authorAndrzej Krawczyk <a.krawczyk@samsung.com>
Fri, 6 Aug 2021 13:22:59 +0000 (15:22 +0200)
committerPiotr Czaja <p.czaja@samsung.com>
Tue, 14 Sep 2021 11:01:34 +0000 (13:01 +0200)
Fitness/Views/Styles/DirectionButtonStyle.cs

index c4993f497ce56502c09a3facc6a26717b58992f3..10b3bd9af6cf72f7a499617aa129f6fa7fcc1071 100644 (file)
@@ -17,8 +17,8 @@ namespace Fitness.Views.Styles
             Text.TextColor.Disabled = new Color("#C3CAD2");
             Text.PixelSize = 24.0f;
 
-            NinePatchBackgroundColor.Disabled = null;
-            NinePatchFrameColor.Disabled = null;
+            NinePatchBackgroundColor.Disabled = NinePatchBackgroundColor.Normal;
+            NinePatchFrameColor.Disabled = NinePatchFrameColor.Normal;
 
             if (direction == Direction.Previous)
             {