update back button colors
authorYurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <y.zinchuk@samsung.com>
Fri, 23 Jun 2023 08:22:37 +0000 (10:22 +0200)
committerYurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <y.zinchuk@samsung.com>
Fri, 30 Jun 2023 09:56:54 +0000 (11:56 +0200)
SettingCore/Views/BackButton.cs

index 46d1c2330ff537deb6c7dc6b3f580841c7a07708..ae49d9ebaea151adb677b273c35c67050b00ffed 100644 (file)
@@ -6,7 +6,7 @@ namespace SettingCore.Views
 {
     public class BackButton : BaseComponent
     {
-        private readonly ThemeColor BackgroundColors = new ThemeColor(Color.Transparent, Color.Transparent, new Color("#FF6200").WithAlpha(0.1f), Color.White.WithAlpha(0.16f));
+        private readonly ThemeColor BackgroundColors = new ThemeColor(new Color("#FAFAFACC"), new Color("#16131ACC"), new Color("#FBE2D2"), new Color("#2D2B30"));
         private readonly ThemeColor IconColors = new ThemeColor(new Color("#17234D"), new Color("#FDFDFD"), new Color("#FF6200"), new Color("#FF8A00"));
 
         private readonly ImageView icon;