From 2bece4f6513bd4bb5f15684a2f7ff43628cd0f85 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 10 一月 2019 21:20:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/GatheringSoul/GatherSoulComposeSelectCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/GatheringSoul/GatherSoulComposeSelectCell.cs b/System/GatheringSoul/GatherSoulComposeSelectCell.cs
index 006fe6e..1a2907b 100644
--- a/System/GatheringSoul/GatherSoulComposeSelectCell.cs
+++ b/System/GatheringSoul/GatherSoulComposeSelectCell.cs
@@ -40,7 +40,7 @@
             this.itemId = itemId;
             var config = Config.Instance.Get<ItemConfig>(itemId);
             m_ItemName.text = config.ItemName;
-            m_ItemName.color = UIHelper.GetUIColor(config.ItemColor);
+            m_ItemName.color = UIHelper.GetUIColor(config.ItemColor, true);
 
             m_Bottom.SetSprite(model.selectItemId == itemId ? "ChildListBtn_Select" : "ChildListBtn_UnSelect");
         }

--
Gitblit v1.8.0